diff options
author | Nick Clifton <nickc@redhat.com> | 2015-02-06 12:19:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-02-06 12:19:20 +0000 |
commit | 8490fb409a37072389da7cafc3a92255e9a34c98 (patch) | |
tree | 65d8ca3d3c9ae47a3f6bbd2e77a27aecaef91ed5 /binutils/ChangeLog | |
parent | 5929c344f957f93253efa4c3495a996789d48ae7 (diff) | |
download | gdb-8490fb409a37072389da7cafc3a92255e9a34c98.zip gdb-8490fb409a37072389da7cafc3a92255e9a34c98.tar.gz gdb-8490fb409a37072389da7cafc3a92255e9a34c98.tar.bz2 |
Fix memory access violations triggered by processing fuzzed binaries with a 32-bit version of readelf, compiled on a 64-bit host.
PR binutils/17531
* dwarf.c (xcmalloc): Fail if the arguments are too big.
(xcrealloc): Likewise.
(xcalloc2): Likewise.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6cd306a..9e682c1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -4,6 +4,11 @@ * dwarf.c (display_debug_frames): Fix range checks to work on 32-bit binaries complied on a 64-bit host. + PR binutils/17531 + * dwarf.c (xcmalloc): Fail if the arguments are too big. + (xcrealloc): Likewise. + (xcalloc2): Likewise. + 2015-02-05 Alan Modra <amodra@gmail.com> PR binutils/17926 |