diff options
author | Alan Modra <amodra@gmail.com> | 2007-09-10 09:05:23 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2007-09-10 09:05:23 +0000 |
commit | 548061812a687d9cd46a774c81d3ce82b26043a0 (patch) | |
tree | f9935672ff055017661a396ee28546d123d3575b /binutils/ChangeLog | |
parent | b7d8ff2e0f64d30106a569c9727e757cd6f4cc0b (diff) | |
download | gdb-548061812a687d9cd46a774c81d3ce82b26043a0.zip gdb-548061812a687d9cd46a774c81d3ce82b26043a0.tar.gz gdb-548061812a687d9cd46a774c81d3ce82b26043a0.tar.bz2 |
PR 5011
* readelf.c (process_version_sections): Don't read past end of
various section buffers.
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 8929376..5dcedfb 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2007-09-10 Alan Modra <amodra@bigpond.net.au> + + PR 5011 + * readelf.c (process_version_sections): Don't read past end of + various section buffers. + 2007-08-31 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE. |