diff options
author | Nick Clifton <nickc@redhat.com> | 2020-10-29 11:17:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2020-10-29 11:17:39 +0000 |
commit | 00c19b8e7879b5e256e7852bdac667466d7a42c2 (patch) | |
tree | 0367abf7d81ae3f32b49df0d0d09d45273da70dc /binutils/ChangeLog | |
parent | 0ad0e70c73205da6daeb27d2cc1eeae3e54bd3d0 (diff) | |
download | gdb-00c19b8e7879b5e256e7852bdac667466d7a42c2.zip gdb-00c19b8e7879b5e256e7852bdac667466d7a42c2.tar.gz gdb-00c19b8e7879b5e256e7852bdac667466d7a42c2.tar.bz2 |
Fix a potential illegal memory access by objcopy when extracting dwo sections.
PR 26805
* objcopy.c (is_dwo_section): Check for missing or short section
names.
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 5bd2125..5ccdf9b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2020-10-29 Nick Clifton <nickc@redhat.com> + + PR 26805 + * objcopy.c (is_dwo_section): Check for missing or short section + names. + 2020-10-26 Andreas Rammhold <andreas@rammhold.de> * README-how-to-make-a-release: Use sha256sum instead of md5sum. |