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. de0d78958fe3db5184c5a7174f55f08d41c8706b


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  de0d78958fe3db5184c5a7174f55f08d41c8706b (commit)
      from  ce637ffbe6b75a4a676bbf5f68434abf5261ba99 (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=de0d78958fe3db5184c5a7174f55f08d41c8706b

commit de0d78958fe3db5184c5a7174f55f08d41c8706b
Author: Alan Modra <amodra@gmail.com>
Date:   Sun Dec 28 15:28:19 2014 +1030

    Misplaced parenthesis calculates two too few bytes for string
    
    Factor out strlen to give better code and less likelihood of a repeat
    of this problem.
    
    	PR 17766
    	* pei-x86_64.c (pex64_bfd_print_pdata_section): Correct string
    	length.  Use memcpy rather than strcpy.

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

Summary of changes:
 bfd/ChangeLog    |    6 ++++++
 bfd/pei-x86_64.c |    7 ++++---
 2 files changed, 10 insertions(+), 3 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]