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 binutils-2_25-branch updated. 439053893173a0883defd7ded3b539b8bcfe6e07


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, binutils-2_25-branch has been updated
       via  439053893173a0883defd7ded3b539b8bcfe6e07 (commit)
       via  b257b190e067a5153203c87abd7cadde4cd0c8be (commit)
      from  625797b3dc84d9ea9a6a28bbfa084ebb65beef0a (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=439053893173a0883defd7ded3b539b8bcfe6e07

commit 439053893173a0883defd7ded3b539b8bcfe6e07
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=b257b190e067a5153203c87abd7cadde4cd0c8be

commit b257b190e067a5153203c87abd7cadde4cd0c8be
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           |    6 ++++++
 gas/config/tc-tic4x.c   |    2 +-
 gas/testsuite/ChangeLog |    2 +-
 3 files changed, 8 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]