From: Nick Clifton Date: Fri, 22 Mar 2013 16:18:00 +0000 (+0000) Subject: PR binutils/15201 X-Git-Tag: sid-snapshot-20130401~116 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c842b54b418996378be8764e325c3357f4f127fa;p=platform%2Fupstream%2Fbinutils.git PR binutils/15201 * dwarf.c (display_debug_ranges): Add checks for reading beyond the end of the section. --- 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 + 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.