aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2015-01-07 16:41:25 +0000
committerNick Clifton <nickc@redhat.com>2015-01-07 16:41:25 +0000
commitc88f5b8e495889f5d281a17bd56340d9a0e4cff6 (patch)
tree5e133afda04cfc1f388722a8887db5752a308e37 /binutils/ChangeLog
parentea42d6f8d1e24403e533e5dfea18e94c47ac534b (diff)
downloadgdb-c88f5b8e495889f5d281a17bd56340d9a0e4cff6.zip
gdb-c88f5b8e495889f5d281a17bd56340d9a0e4cff6.tar.gz
gdb-c88f5b8e495889f5d281a17bd56340d9a0e4cff6.tar.bz2
Fix memory access violations exposed by running the srconv tool on fuzzed binaries.
PR binutils/17512 * objdump.c (display_any_bfd): Add a depth limit to nested archive display in order to avoid infinite loops. * srconv.c: Replace calls to abort with calls to fatal with an error message.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 338be86..31a6696 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,11 @@
+2015-01-07 Nick Clifton <nickc@redhat.com>
+
+ PR binutils/17512
+ * objdump.c (display_any_bfd): Add a depth limit to nested archive
+ display in order to avoid infinite loops.
+ * srconv.c: Replace calls to abort with calls to fatal with an
+ error message.
+
2015-01-06 Nick Clifton <nickc@redhat.com>
PR binutils/17512