diff options
author | Nick Clifton <nickc@redhat.com> | 2010-08-12 13:11:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-08-12 13:11:11 +0000 |
commit | 2e49a6d0109e0e3f88aac9202b5331fe251c7b01 (patch) | |
tree | 5e9b15520be3777becb23e4746102ef767a7b896 /binutils/ChangeLog | |
parent | 51adeb0f12ef298f9f7dcbd4f7c2d13fe4a695a0 (diff) | |
download | gdb-2e49a6d0109e0e3f88aac9202b5331fe251c7b01.zip gdb-2e49a6d0109e0e3f88aac9202b5331fe251c7b01.tar.gz gdb-2e49a6d0109e0e3f88aac9202b5331fe251c7b01.tar.bz2 |
PR binutils/11742
* readelf.c (get_archive_member_name): Do not read beyond the end
of the ar_name field.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e86b293..d051895 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2010-08-12 Michael Haubenwallner <haubi@gentoo.org> + + PR binutils/11742 + * readelf.c (get_archive_member_name): Do not read beyond the end + of the ar_name field. + 2010-08-03 Tristan Gingold <gingold@adacore.com> * dwarf.c (display_debug_lines): Mark file argument unused. |