gdb and binutils branch master updated. a953eec996f2f93914cc78d68d4478a2660432b6

nickc@sourceware.org nickc@sourceware.org
Wed Apr 30 16:05: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  a953eec996f2f93914cc78d68d4478a2660432b6 (commit)
      from  1cfdf5340af6f07bb44b97c278f7036ef8db5c43 (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=a953eec996f2f93914cc78d68d4478a2660432b6

commit a953eec996f2f93914cc78d68d4478a2660432b6
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed Apr 30 17:04:04 2014 +0100

    Fixes a problem with the BFD library running out of memory because it mistakenly
    thought that an uncompressed .debug_str section was compressed.
    
    	* compress.c (bfd_is_section_compressed): When checking the
    	.debug_str section, also check the fifth byte in the section is
    	not part of a string.
    
    	* binutils-all/debug_str.s: New test.
    	* binutils-all/debug_str.d: New test control file.
    	* binutils-all/compress.exp: Run debug_str test.

-----------------------------------------------------------------------

Summary of changes:
 bfd/ChangeLog                                |    6 ++++++
 bfd/compress.c                               |   10 ++++++++++
 binutils/testsuite/ChangeLog                 |    6 ++++++
 binutils/testsuite/binutils-all/compress.exp |   10 ++++++++++
 binutils/testsuite/binutils-all/debug_str.d  |    9 +++++++++
 binutils/testsuite/binutils-all/debug_str.s  |   12 ++++++++++++
 6 files changed, 53 insertions(+), 0 deletions(-)
 create mode 100644 binutils/testsuite/binutils-all/debug_str.d
 create mode 100644 binutils/testsuite/binutils-all/debug_str.s


hooks/post-receive
-- 
gdb and binutils



More information about the Binutils-cvs mailing list