diff options
author | Nick Clifton <nickc@redhat.com> | 2016-12-01 10:15:07 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-12-01 10:15:07 +0000 |
commit | 50455f1ab2935f7321215dfa681745c9b1cb5b19 (patch) | |
tree | a176d4e4826fe79be8c17e90c713b092b0e7ac01 /bfd/ChangeLog | |
parent | 95a23284a3db0ec85bb0b11c70e6b5acf00563f6 (diff) | |
download | binutils-50455f1ab2935f7321215dfa681745c9b1cb5b19.zip binutils-50455f1ab2935f7321215dfa681745c9b1cb5b19.tar.gz binutils-50455f1ab2935f7321215dfa681745c9b1cb5b19.tar.bz2 |
Fix seg-fault running addr2line on a corrupt binary.
PR binutils/20891
* aoutx.h (find_nearest_line): Handle the case where the main file
name and the directory name are both empty.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fc32759..8de43e0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2016-12-01 Nick Clifton <nickc@redhat.com> + + PR binutils/20891 + * aoutx.h (find_nearest_line): Handle the case where the main file + name and the directory name are both empty. + 2016-11-30 Alan Modra <amodra@gmail.com> * elf.c (get_program_header_size): Revert accidental change. |