More fixes for memory problems uncovered by file fuzzers.
authorNick Clifton <nickc@redhat.com>
Wed, 5 Nov 2014 17:57:54 +0000 (17:57 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 5 Nov 2014 17:57:54 +0000 (17:57 +0000)
commita6f921c87700c2349cf6fa35fbc8ec9d3e3fb88e
tree909d407430c567e518224fff061fee9657081c83
parent74e1a04b9787c02ba0fa9b93e3dae691bb44ed96
More fixes for memory problems uncovered by file fuzzers.

PR binutils/17512
* coffcode.h (handle_COMDAT): Replace abort with BFD_ASSERT.
Replace another abort with an error message.
(coff_slurp_line_table): Add more range checking.
* peXXigen.c (pe_print_debugdata): Add range checking.
bfd/ChangeLog
bfd/coffcode.h
bfd/peXXigen.c