diff options
author | Nick Clifton <nickc@redhat.com> | 2013-02-26 16:59:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-02-26 16:59:52 +0000 |
commit | 9dd3a467af683ccaf2bfadd34e53bcd3b4669709 (patch) | |
tree | 86030604fb4167d44f9a5c29dbec1ea03154a9d6 /binutils/ChangeLog | |
parent | 282bbdf358a7320c4a60cc63b94f013d74772569 (diff) | |
download | gdb-9dd3a467af683ccaf2bfadd34e53bcd3b4669709.zip gdb-9dd3a467af683ccaf2bfadd34e53bcd3b4669709.tar.gz gdb-9dd3a467af683ccaf2bfadd34e53bcd3b4669709.tar.bz2 |
PR binutils/15191
* binutils-all/readelf.n: Updare expected output from readelf.
* readelf.c (process_corefile_note_segment): Prevent attempts to
read beyond the end of the note buffer.
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 06f5dd5..8d06ecb 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2013-02-26 Nick Clifton <nickc@redhat.com> + + PR binutils/15191 + * readelf.c (process_corefile_note_segment): Prevent attempts to + read beyond the end of the note buffer. + 2013-02-15 Kai Tietz <ktietz@redhat.com> * objcopy.c (copy_main): Initialize context variable. |