This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb and binutils branch master updated. 1fe9dc4519a86b856da7de0837366bbece82f2de


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  1fe9dc4519a86b856da7de0837366bbece82f2de (commit)
      from  f321b0377203a27f3ee54bf8e0d613e8404e9c6b (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=1fe9dc4519a86b856da7de0837366bbece82f2de

commit 1fe9dc4519a86b856da7de0837366bbece82f2de
Author: Will Newton <will.newton@linaro.org>
Date:   Wed Nov 5 15:24:30 2014 +0000

    bfd/elf-attrs.c: Fix possible infinite loop parsing attributes
    
    Handle the case of a zero length section or sub-section in
    _bfd_elf_parse_attributes and in doing so prevent an infinite loop
    in the parser.
    
    bfd/ChangeLog:
    
    2014-11-06  Will Newton  <will.newton@linaro.org>
    
    	* elf-attrs.c (_bfd_elf_parse_attributes): Handle zero
    	length sections and sub-sections.

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

Summary of changes:
 bfd/ChangeLog   |    5 +++++
 bfd/elf-attrs.c |    4 ++++
 2 files changed, 9 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
gdb and binutils


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]