From a55c9876bb111fd301b4762cf501de0040b8f9db Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 5 Dec 2016 13:35:50 +0000 Subject: Fix seg-fault attempting to strip a corrupt binary. PR binutils/20922 * elf.c (find_link): Check for null headers before attempting to match them. --- bfd/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bfd/ChangeLog') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3d9cd9e..b84dfab 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2016-12-05 Nick Clifton + PR binutils/20922 + * elf.c (find_link): Check for null headers before attempting to + match them. + PR ld/20925 * aoutx.h (aout_link_add_symbols): Replace BFD_ASSERT with return FALSE. -- cgit v1.1