diff options
author | Nick Clifton <nickc@redhat.com> | 2019-11-21 10:54:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-11-21 10:54:20 +0000 |
commit | f76d79580efea856298d9e5b9a91746be875f1b1 (patch) | |
tree | 7d712ec3a4031e96183930ad7e0747eeed2cd1f6 /binutils/ChangeLog | |
parent | 73d5efd7e13ebd8fe87278224bc2ae777af3de52 (diff) | |
download | gdb-f76d79580efea856298d9e5b9a91746be875f1b1.zip gdb-f76d79580efea856298d9e5b9a91746be875f1b1.tar.gz gdb-f76d79580efea856298d9e5b9a91746be875f1b1.tar.bz2 |
Fix potential buffer overrun in objcopy's note merging code.
* objcopy.c (merge_gnu_build_notes): Allow for the possibility
that the new notes might actually be larger than the original
notes.
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 10ab37c..2d1a003 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2019-11-21 Nick Clifton <nickc@redhat.com> + + * objcopy.c (merge_gnu_build_notes): Allow for the possibility + that the new notes might actually be larger than the original + notes. + 2019-11-21 Alan Modra <amodra@gmail.com> * testsuite/lib/binutils-common.exp (is_pecoff_format): Rewrite |