From 470c009be81f3ac0205d4efb1d16fc4216093b69 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 14 Nov 2014 13:39:29 +0000 Subject: Fix a null pointer dereference when reading the debug link info from a corrupt file. PR binutils/17597 * opncls.c (bfd_get_debug_link_info): Avoid reading off the end of the section. (bfd_get_alt_debug_link_info): Likewise. --- bfd/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'bfd/ChangeLog') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4f28398..015acda 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,12 @@ 2014-11-14 Nick Clifton + PR binutils/17597 + * opncls.c (bfd_get_debug_link_info): Avoid reading off the end of + the section. + (bfd_get_alt_debug_link_info): Likewise. + +2014-11-14 Nick Clifton + PR binutils/17512 * ieee.c (ieee_archive_p) Skip processing if no bytes are read at all. -- cgit v1.1