aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-02-11 13:05:04 +0000
committerNick Clifton <nickc@redhat.com>2015-02-11 13:05:04 +0000
commit362beea4b400bcd5aca3bb1215a77e9e749b07fe (patch)
treee5f2090255d9e4ada3bdefc45ca76012e47bcbb7 /binutils/ChangeLog
parent439b7f41b5fee5ec5902aecc8f3fd105be6270b3 (diff)
downloadgdb-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/ChangeLog9
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