gdb and binutils branch master updated. 20ad5e2842911039a60b6bdf9880cee895179e43
nickc@sourceware.org
nickc@sourceware.org
Wed Nov 5 10:14:00 GMT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".
The branch, master has been updated
via 20ad5e2842911039a60b6bdf9880cee895179e43 (commit)
from 1ae1b8cc656639e18715829cbcd72916e86f3324 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=20ad5e2842911039a60b6bdf9880cee895179e43
commit 20ad5e2842911039a60b6bdf9880cee895179e43
Author: Nick Clifton <nickc@redhat.com>
Date: Wed Nov 5 10:13:16 2014 +0000
More fixes for processing corrupt files.
PR binutils/17512
* coffcode.h (coff_set_alignment_hook): Warn if the file lies
about the number of relocations it contains.
(coff_sort_func_alent): Return 0 if the pointers are NULL.
(coff_slurp_line_table): Add more range checks. Do not free new
tables created when sorting line numbers.
* peXXigen.c (pe_print_idata): Add range checks.
(pe_print_edata): Likewise.
(rsrc_print_resource_entries): Likewise. Avoid printing control
characters. Terminate priniting if corruption is detected.
(rsrc_print_resource_directory): Terminate printing if an unknown
directory type is encountered.
(pe_print_debugdata): Fix off-by-one error.
(rsrc_count_entries): Add range checking.
(rsrc_parse_entry): Likewise.
-----------------------------------------------------------------------
Summary of changes:
bfd/ChangeLog | 18 ++++++++
bfd/coffcode.h | 28 +++++++++++--
bfd/peXXigen.c | 122 ++++++++++++++++++++++++++++++++++++++++----------------
3 files changed, 129 insertions(+), 39 deletions(-)
hooks/post-receive
--
gdb and binutils
More information about the Binutils-cvs
mailing list