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


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  dac3e7103f2822b42ecbb58e40f70f7ccb802d42 (commit)
      from  2bca57bacc88e4d81fd92c72f1d4eb42c1372ac8 (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=dac3e7103f2822b42ecbb58e40f70f7ccb802d42

commit dac3e7103f2822b42ecbb58e40f70f7ccb802d42
Author: Yao Qi <yao@codesourcery.com>
Date:   Fri Apr 18 19:22:23 2014 +0800

    Add null pointer check in ctf_xfer_partial
    
    I find a gdb crash when gdb reads ctf trace.  The crash is caused by passing
    NULL to strcmp.  This patch is to add null pointer check, as what we did
    somewhere else in ctf.c.
    
    gdb:
    
    2014-04-19  Yao Qi  <yao@codesourcery.com>
    
    	* ctf.c (ctf_xfer_partial): Check 'name' is NULL before strcmp.

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

Summary of changes:
 gdb/ChangeLog |    4 ++++
 gdb/ctf.c     |    2 +-
 2 files changed, 5 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]