diff options
author | Nick Clifton <nickc@redhat.com> | 2016-12-02 16:41:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-12-02 16:41:14 +0000 |
commit | 531336e3a0b79ed60cfc36ad2d6579b6a71175da (patch) | |
tree | f8ed9fd8bbeb6fb51e31e7ac6af7640dbe5a5e62 /bfd/ChangeLog | |
parent | 0c1b455e294c6debb4efedc7f1346f3c43249f15 (diff) | |
download | binutils-531336e3a0b79ed60cfc36ad2d6579b6a71175da.zip binutils-531336e3a0b79ed60cfc36ad2d6579b6a71175da.tar.gz binutils-531336e3a0b79ed60cfc36ad2d6579b6a71175da.tar.bz2 |
Fix seg-fault in the linker when examining a corrupt binary.
PR ld/20909
* aoutx.h (aout_link_add_symbols): Fix off-by-one error in check
for an illegal string offset.
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 d061e66..c8085e7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2016-12-02 Nick Clifton <nickc@redhat.com> + + PR ld/20909 + * aoutx.h (aout_link_add_symbols): Fix off-by-one error in check + for an illegal string offset. + 2016-12-02 Gary Benson <gbenson@redhat.com> * elf.c (_bfd_elf_make_section_from_shdr): Pass offset to |