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


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  d9ab24174cc3b853c186e77c12b55f36574621fe (commit)
       via  450ccef08d3a35300c9ebeee71df96b9c56ca0b0 (commit)
      from  45229ecbba96f9f07b3b80c1e3bbc93d38017c17 (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=d9ab24174cc3b853c186e77c12b55f36574621fe

commit d9ab24174cc3b853c186e77c12b55f36574621fe
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Oct 15 09:51:53 2014 +1030

    ChangeLog typo fix

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=450ccef08d3a35300c9ebeee71df96b9c56ca0b0

commit 450ccef08d3a35300c9ebeee71df96b9c56ca0b0
Author: Chen Gang <gang.chen.5i5j@gmail.com>
Date:   Wed Oct 15 09:48:47 2014 +1030

    Fix memory overflow issue about strncat
    
    If src contains n or more bytes, strncat() writes n+1 bytes to dest
    (n from src plus the terminating null byte).   Therefore, the size of
    dest must be at least strlen(dest)+n+1.
    
    	* config/tc-tic4x.c (md_assemble): Correct strncat size.

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

Summary of changes:
 gas/ChangeLog           |    4 ++++
 gas/config/tc-tic4x.c   |    2 +-
 gas/testsuite/ChangeLog |    2 +-
 3 files changed, 6 insertions(+), 2 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]