diff options
author | Alan Modra <amodra@gmail.com> | 2011-02-28 07:46:37 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2011-02-28 07:46:37 +0000 |
commit | 8616ad89d67eac454d22da5a0bc8e5f3180779c4 (patch) | |
tree | 25154921607756942bc7f44dcacf4760d1b96db8 /bfd/ChangeLog | |
parent | 5a0ade8b7098e7d6a63946835b053b4cca92912e (diff) | |
download | gdb-8616ad89d67eac454d22da5a0bc8e5f3180779c4.zip gdb-8616ad89d67eac454d22da5a0bc8e5f3180779c4.tar.gz gdb-8616ad89d67eac454d22da5a0bc8e5f3180779c4.tar.bz2 |
PR 12513
* archive.c (bfd_slurp_bsd_armap_f2): Sanity check parsed_size and
stringsize. Properly sanity check symdef_count. Remove redundant
bfd_release.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 9187691..53bf1cf 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2011-02-28 Alan Modra <amodra@gmail.com> + + PR 12513 + * archive.c (bfd_slurp_bsd_armap_f2): Sanity check parsed_size and + stringsize. Properly sanity check symdef_count. Remove redundant + bfd_release. + 2011-02-25 Rafael Ávila de Espíndola <respindola@mozilla.com> * plugin.c (bfd_plugin_object_p): Correctly set the filesize |