diff options
author | Nick Clifton <nickc@redhat.com> | 2015-02-11 13:05:04 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-02-11 13:05:04 +0000 |
commit | 362beea4b400bcd5aca3bb1215a77e9e749b07fe (patch) | |
tree | e5f2090255d9e4ada3bdefc45ca76012e47bcbb7 /binutils/ChangeLog | |
parent | 439b7f41b5fee5ec5902aecc8f3fd105be6270b3 (diff) | |
download | gdb-362beea4b400bcd5aca3bb1215a77e9e749b07fe.zip gdb-362beea4b400bcd5aca3bb1215a77e9e749b07fe.tar.gz gdb-362beea4b400bcd5aca3bb1215a77e9e749b07fe.tar.bz2 |
Fixes for invalid memory accesses triggered by running readelf on fuzzed binaries.
PR binutils/17531
* dwarf.c (display_debug_pubnames_worker): Work around compiler
bug checking address ranges.
(display_debug_frames): Likewise.
(display_gdb_index): Likewise.
(process_cu_tu_index): Add range check on the ncols value.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index a5b227e..3ffebb7 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2015-02-11 Nick Clifton <nickc@redhat.com> + + PR binutils/17531 + * dwarf.c (display_debug_pubnames_worker): Work around compiler + bug checking address ranges. + (display_debug_frames): Likewise. + (display_gdb_index): Likewise. + (process_cu_tu_index): Add range check on the ncols value. + 2015-02-10 Nick Clifton <nickc@redhat.com> PR binutils/17512 |