From d11ae95ea3403559f052903ab053f43ad7821e37 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 1 Mar 2018 16:14:08 +0000 Subject: Prevent illegal memory accesses triggerd by intger overflow when parsing corrupt DWARF information on a 32-bit host. PR 22905 * dwarf.c (display_debug_ranges): Check that the offset loaded from the range_entry structure is valid. --- binutils/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'binutils/ChangeLog') diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d9db858..067dd95 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2018-03-01 Nick Clifton + + PR 22905 + * dwarf.c (display_debug_ranges): Check that the offset loaded + from the range_entry structure is valid. + 2018-03-01 Alan Modra * configure.ac (ALL_LINGUAS): Add sr. Sort. -- cgit v1.1