diff options
author | Alexander Cherepanov <cherepan@mccme.ru> | 2014-11-21 11:19:49 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-11-21 11:19:49 +0000 |
commit | cd11f78f810cf12b04046ac954ceb6528b00956c (patch) | |
tree | b60fbc2d08d7eaca583b67b66ca7f8e421ac485d /bfd/ChangeLog | |
parent | 3cfdb7812cda6ca610be8bf65ffaf5138dc0d379 (diff) | |
download | gdb-cd11f78f810cf12b04046ac954ceb6528b00956c.zip gdb-cd11f78f810cf12b04046ac954ceb6528b00956c.tar.gz gdb-cd11f78f810cf12b04046ac954ceb6528b00956c.tar.bz2 |
Fix a snafu setting up the string table read in from a COFF file.
PR binutils/17512
* coffgen.c (_bfd_coff_read_string_table): Test allocation of
string table before clearing the first few bytes.
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 fc32967..a9e6787 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2014-11-21 Alexander Cherepanov <cherepan@mccme.ru> + + PR binutils/17512 + * coffgen.c (_bfd_coff_read_string_table): Test allocation of + string table before clearing the first few bytes. + 2014-11-21 Terry Guo <terry.guo@arm.com> * elf32-arm.c (elf32_arm_merge_eabi_attributes): Support FPv5. |