diff options
author | Nick Clifton <nickc@redhat.com> | 2013-02-08 18:05:37 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-02-08 18:05:37 +0000 |
commit | 83ee86b1063dd09b838eaa02dea506d556f04ebc (patch) | |
tree | 4137706ba64873fcb0d98f63dbb713753fdfe047 /binutils | |
parent | 20855e86bf0d1da1729c64a7b36fd4d4048b0823 (diff) | |
download | gdb-83ee86b1063dd09b838eaa02dea506d556f04ebc.zip gdb-83ee86b1063dd09b838eaa02dea506d556f04ebc.tar.gz gdb-83ee86b1063dd09b838eaa02dea506d556f04ebc.tar.bz2 |
oops - omitted for previous delta.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 9a0701b..754ebb8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2013-02-07 Nick Clifton <nickc@redhat.com> + + * elfcomm.c (get_archive_member_name): Prevent seg-fault if a + corrupt archive uses long names but has no long name table. + 2013-02-06 Sandra Loosemore <sandra@codesourcery.com> Andrew Jenner <andrew@codesourcery.com> |