aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2014-11-18 10:07:11 +0000
committerNick Clifton <nickc@redhat.com>2014-11-18 10:07:11 +0000
commit0eff716535f3e8f501d6b438f7f796b70a0b9f98 (patch)
tree8b7a2dc8ccc4db0997b3cd3a5a17f61189e3d685 /binutils/ChangeLog
parent25a0334e39963239f03555efe7e933558cc897e0 (diff)
downloadgdb-0eff716535f3e8f501d6b438f7f796b70a0b9f98.zip
gdb-0eff716535f3e8f501d6b438f7f796b70a0b9f98.tar.gz
gdb-0eff716535f3e8f501d6b438f7f796b70a0b9f98.tar.bz2
Fix memort access problems exposed by fuzzed binaries.
PR binutils/17531 * readelf.c (get_unwind_section_word): Skip reloc processing if there are no relocs associated with the section. (decode_tic6x_unwind_bytecode): Warn and return if the stack pointer adjustment falls off the end of the buffer.
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 bba4c98..3b82059 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,11 @@
+2014-11-18 Nick Clifton <nickc@redhat.com>
+
+ PR binutils/17531
+ * readelf.c (get_unwind_section_word): Skip reloc processing if
+ there are no relocs associated with the section.
+ (decode_tic6x_unwind_bytecode): Warn and return if the stack
+ pointer adjustment falls off the end of the buffer.
+
2014-11-14 Nick Clifton <nickc@redhat.com>
PR binutils/17512