diff options
author | L. Simon <l.simon@samsung.com> | 2018-08-21 15:37:06 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2018-08-21 15:37:06 +0100 |
commit | 66b09c7ea97ffa4e0a175393fa7a8f240b00fbde (patch) | |
tree | 99d7fc2806ad3c2bff44379cca6f2af145f2c29e /binutils/ChangeLog | |
parent | 9dcbfff1e02778bac6fb723640724c38001a8f0a (diff) | |
download | gdb-66b09c7ea97ffa4e0a175393fa7a8f240b00fbde.zip gdb-66b09c7ea97ffa4e0a175393fa7a8f240b00fbde.tar.gz gdb-66b09c7ea97ffa4e0a175393fa7a8f240b00fbde.tar.bz2 |
Fix a seg-fault in readelf when parsing corrupt HPPA unwind tables.
PR 23531
* readelf.c (hppa_process_unwind): Only dump the unwind table if
the data was successfully read in.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 265bd68..ab7183b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2018-08-21 L. Simon <l.simon@samsung.com> + + PR 23531 + * readelf.c (hppa_process_unwind): Only dump the unwind table if + the data was successfully read in. + 2018-08-18 Alan Modra <amodra@gmail.com> * testsuite/lib/binutils-common.exp (is_elf64): Use directory of |