gdb and binutils branch master updated. 591f7597d447d8d038d6d8e24a706d1d5e32eba1
nickc@sourceware.org
nickc@sourceware.org
Mon Dec 1 11:20: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 591f7597d447d8d038d6d8e24a706d1d5e32eba1 (commit)
from 9e8cd6df3ca295986b2c295b6cfa5ceadd410bb4 (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=591f7597d447d8d038d6d8e24a706d1d5e32eba1
commit 591f7597d447d8d038d6d8e24a706d1d5e32eba1
Author: Nick Clifton <nickc@redhat.com>
Date: Mon Dec 1 11:19:39 2014 +0000
Add checks for memory access violations exposed by fuzzed archives.
PR binutils/17531
* dwarf.c (process_cu_tu_index): Check for an out of range row
index.
* elfcomm.c (adjust_relative_path): Change name_len parameter to
an unsigned long. Check for path length overflow.
(process_archive_index_and_symbols): Check for invalid header
size.
(setup_archive): Add checks for invalid archives.
(get_archive_member_name): Add range checks.
* elfcomm.h (adjust_relative_path): Update prototyoe.
* readelf.c (process_archive): Add range checks.
-----------------------------------------------------------------------
Summary of changes:
binutils/ChangeLog | 14 +++++++++++++
binutils/dwarf.c | 8 +++++++
binutils/elfcomm.c | 55 +++++++++++++++++++++++++++++++++++++++++++++++----
binutils/elfcomm.h | 2 +-
binutils/readelf.c | 11 +++++----
5 files changed, 79 insertions(+), 11 deletions(-)
hooks/post-receive
--
gdb and binutils
More information about the Binutils-cvs
mailing list