diff options
author | Alan Modra <amodra@bigpond.net.au> | 2011-02-28 07:46:36 +0000 |
---|---|---|
committer | Alan Modra <amodra@bigpond.net.au> | 2011-02-28 07:46:36 +0000 |
commit | f4052d1383769044bf83581a21d2def515fab158 (patch) | |
tree | 4b98533293075061461b877ae481c1a7a618a19f /bfd/ChangeLog | |
parent | a8b218d9d7228fb5b3ffea04d246fed94816d2b4 (diff) | |
download | binutils-redhat-f4052d1383769044bf83581a21d2def515fab158.tar.gz |
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 9187691908..53bf1cf13e 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 |