aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-03-22 16:18:00 +0000
committerNick Clifton <nickc@redhat.com>2013-03-22 16:18:00 +0000
commitc842b54b418996378be8764e325c3357f4f127fa (patch)
tree8ff6760bdb471b2e2645bc4e13fcac25729a7341 /binutils
parentc8da682327286c0612ddfe3836691b08547bb015 (diff)
downloadfsf-binutils-gdb-c842b54b418996378be8764e325c3357f4f127fa.zip
fsf-binutils-gdb-c842b54b418996378be8764e325c3357f4f127fa.tar.gz
fsf-binutils-gdb-c842b54b418996378be8764e325c3357f4f127fa.tar.bz2
PR binutils/15201
* dwarf.c (display_debug_ranges): Add checks for reading beyond the end of the section.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index e71ec4f..8d9bb1d 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,5 +1,9 @@
2013-03-22 Nick Clifton <nickc@redhat.com>
+ PR binutils/15201
+ * dwarf.c (display_debug_ranges): Add checks for reading beyond
+ the end of the section.
+
PR binutils/15157
* readelf.c (apply_relocations): Catch relocations with negative
offsets.