diff options
author | Alan Modra <amodra@gmail.com> | 2017-10-17 16:43:47 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-10-17 16:47:44 +1030 |
commit | 0301ce1486b1450f219202677f30d0fa97335419 (patch) | |
tree | 7bb39c6316333bafe33c8d97857c0beba657ae54 /bfd/ChangeLog | |
parent | e6e2dfbdc1e0df3844401f7a8be64e98823a7846 (diff) | |
download | gdb-0301ce1486b1450f219202677f30d0fa97335419.zip gdb-0301ce1486b1450f219202677f30d0fa97335419.tar.gz gdb-0301ce1486b1450f219202677f30d0fa97335419.tar.bz2 |
PR22306, Invalid free() in slurp_symtab()
PR 22306
* aoutx.h (aout_get_external_symbols): Handle stringsize of zero,
and error for any other size that doesn't cover the header word.
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 364a36d..6f2c2b7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2017-10-17 Alan Modra <amodra@gmail.com> + + PR 22306 + * aoutx.h (aout_get_external_symbols): Handle stringsize of zero, + and error for any other size that doesn't cover the header word. + 2017-10-16 H.J. Lu <hongjiu.lu@intel.com> * elf-bfd.h (elf_backend_data): Remove gc_sweep_hook. |