Fix a potential illegal memory access by objcopy when extracting dwo sections.
authorNick Clifton <nickc@redhat.com>
Thu, 29 Oct 2020 11:17:39 +0000 (11:17 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 29 Oct 2020 11:17:39 +0000 (11:17 +0000)
commit00c19b8e7879b5e256e7852bdac667466d7a42c2
tree0367abf7d81ae3f32b49df0d0d09d45273da70dc
parent0ad0e70c73205da6daeb27d2cc1eeae3e54bd3d0
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.
binutils/ChangeLog
binutils/objcopy.c