https://sourceware.org/bugzilla/show_bug.cgi?id=27292
Bug ID: 27292
Summary: Heap Buffer Overflow O2BO and/or Out-of-Memory (OOM)
in bfd_get_section_contents()
Product: binutils
Version: 2.36
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: dennis.r at columbia dot edu
Target Milestone: ---
= Location =
https://sourcegraph.com/github.com/bminor/binutils-gdb@a7e3d08a26edefa411269636d7dcae7dd2736659/-/blob/bfd/section.c#L1585
= Description =
memmove (location, section->contents + offset, (size_t) count);
Use of potentially overflown count variable for memory move operation.
= Fix =
Fix count variable
--
You are receiving this mail because:
You are on the CC list for the bug.