diff options
author | Nick Clifton <nickc@redhat.com> | 2015-09-03 16:15:49 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-09-03 16:15:49 +0100 |
commit | 1a9155522d3d1f6aded1178ad7038e846b6d67ba (patch) | |
tree | f79b0fa78874cdbd0bd46c0758d058b8853f405f /binutils/ChangeLog | |
parent | 39edd165f42176f8c1d40e08d63f344f10241870 (diff) | |
download | gdb-1a9155522d3d1f6aded1178ad7038e846b6d67ba.zip gdb-1a9155522d3d1f6aded1178ad7038e846b6d67ba.tar.gz gdb-1a9155522d3d1f6aded1178ad7038e846b6d67ba.tar.bz2 |
Fix seg-fault in readelf when scanniing a corrupt binary.
PR binutils/18879
* readelf.c (get_unwind_section_word): Check for negative offsets
and very small sections.
(dump_arm_unwind): Warn if the table offset is too large.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index c2406da..ae9c995 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2015-09-03 Nick Clifton <nickc@redhat.com> + + PR binutils/18879 + * readelf.c (get_unwind_section_word): Check for negative offsets + and very small sections. + (dump_arm_unwind): Warn if the table offset is too large. + 2015-08-28 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am (TOOL_PROGS): Add readelf. |