aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-01-21 10:33:19 +0000
committerNick Clifton <nickc@redhat.com>2015-01-21 10:33:19 +0000
commit5b7d62376fc942a803d174789fe4464b26f09a02 (patch)
treec4db8c8aaa99a110c7dbf3a5fd7eae470813d425 /binutils/ChangeLog
parent901e4fdf1622fce9bfda3d3b8f4c9a20665f5cee (diff)
downloadgdb-5b7d62376fc942a803d174789fe4464b26f09a02.zip
gdb-5b7d62376fc942a803d174789fe4464b26f09a02.tar.gz
gdb-5b7d62376fc942a803d174789fe4464b26f09a02.tar.bz2
This patch fixes some illegal memory accesses triggered by running coffdump on fuzzed binaries.
PR binutils/17512 * coffgrok.c (do_type): Check that computed ref exists. (doit): Add range checks when computing section for scope.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 372230e..d25b8b6 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,9 @@
+2015-01-21 Nick Clifton <nickc@redhat.com>
+
+ PR binutils/17512
+ * coffgrok.c (do_type): Check that computed ref exists.
+ (doit): Add range checks when computing section for scope.
+
2015-01-12 H.J. Lu <hongjiu.lu@intel.com>
* dwarf.c (process_debug_info): Properly check abbrev size.