diff options
author | Alan Modra <amodra@gmail.com> | 2018-05-07 22:41:47 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-05-07 22:50:31 +0930 |
commit | ce4ec1a9b6c442a9feefa18dd8734372a718665c (patch) | |
tree | cebd17c4a753f5d271f2aa4fbb0a8637cb15feb5 /binutils/ChangeLog | |
parent | 7bd8862c3ad0ee291d27837ae3cd30288a00b922 (diff) | |
download | gdb-ce4ec1a9b6c442a9feefa18dd8734372a718665c.zip gdb-ce4ec1a9b6c442a9feefa18dd8734372a718665c.tar.gz gdb-ce4ec1a9b6c442a9feefa18dd8734372a718665c.tar.bz2 |
Bug 23142, SIGSEGV in is_strip_section
PR 23142
* objcopy.c (group_signature): Don't accept groups that use a
symbol table other than the one we've read.
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 61bbd2f..29fd1c2 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2018-05-07 Alan Modra <amodra@gmail.com> + + PR 23142 + * objcopy.c (group_signature): Don't accept groups that use a + symbol table other than the one we've read. + 2018-04-30 Francois H. Theron <francois.theron@netronome.com> * readelf.c: Very basic support for EM_NFP and its section types. |