diff options
author | Nick Clifton <nickc@redhat.com> | 2012-02-01 15:44:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-02-01 15:44:30 +0000 |
commit | 8b971f9fe98d53e92ad7ca36a55c207eda5782aa (patch) | |
tree | 460e4f04ea01a8660fd52f9d02ba5192990cbc57 /binutils/ChangeLog | |
parent | bc884eba6a28fe7bf907df58f10ccb13989d6c5a (diff) | |
download | gdb-8b971f9fe98d53e92ad7ca36a55c207eda5782aa.zip gdb-8b971f9fe98d53e92ad7ca36a55c207eda5782aa.tar.gz gdb-8b971f9fe98d53e92ad7ca36a55c207eda5782aa.tar.bz2 |
PR binutils/13482
* readelf.c (process_corefile_note_segment): Fix off-by-one errors
verifying the contents of a note.
* binutils-all/version.s: New test source file.
* binutils-all/readelf.n: New file: expected readelf output.
* binutils-all/readelf.exp: Add test of .note section contents.
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 304da83..87367ca 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2012-02-01 Nick Clifton <nickc@redhat.com> + + PR binutils/13482 + * readelf.c (process_corefile_note_segment): Fix off-by-one errors + verifying the contents of a note. + 2012-01-26 Nick Clifton <nickc@redhat.com> PR binutils/13622 |