]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/elf.c
Fix assertion failure in the BFD library when called to parse a file containing corru...
authorNick Clifton <nickc@redhat.com>
Thu, 19 Mar 2020 14:40:00 +0000 (14:40 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 19 Mar 2020 14:40:00 +0000 (14:40 +0000)
commit6a541707f341275fa5081ec36cc6f2551042c21e
tree2e0d03237e46b59dc2c9f313662341754a706d2a
parentfcc7376e0a4c3a68ef0b9d12fcc3733416b1cc8c
Fix assertion failure in the BFD library when called to parse a file containing corrupt ELF group information.

PR 25699
* elf.c (bfd_elf_set_group_contents): Replace assertion with an
error return.
bfd/ChangeLog
bfd/elf.c