This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB 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. 3c46a02f5083c4a9c07b563d44b8b6ded6d85bb1


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  3c46a02f5083c4a9c07b563d44b8b6ded6d85bb1 (commit)
      from  8e8347b895af2f492df694c621e70b101d8eb146 (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=3c46a02f5083c4a9c07b563d44b8b6ded6d85bb1

commit 3c46a02f5083c4a9c07b563d44b8b6ded6d85bb1
Author: Joel Brobecker <brobecker@adacore.com>
Date:   Sat Dec 13 10:19:03 2014 -0500

    Avoid use of sprintf in gdb/utils.c:make_hex_string
    
    The use of sprintf is discouraged in GDB. Use xsnprintf instead.
    
    gdb/ChangeLog:
    
            * utils.c (make_hex_string): Replace use of sprintf by use of
            xsnprintf.
    
    Tested on x86_64-linux.

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

Summary of changes:
 gdb/ChangeLog |    5 +++++
 gdb/utils.c   |    2 +-
 2 files changed, 6 insertions(+), 1 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]