public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
* gdb and binutils branch master updated. ee7615e1f3384c36e41fdf176abdabf8f21d1505
@ 2013-11-12 18:03 uweigand
  0 siblings, 0 replies; only message in thread
From: uweigand @ 2013-11-12 18:03 UTC (permalink / raw)
  To: src-cvs

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  ee7615e1f3384c36e41fdf176abdabf8f21d1505 (commit)
      from  8943b874760d9cf35b71890a70af9866e4fab2a6 (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=ee7615e1f3384c36e41fdf176abdabf8f21d1505

commit ee7615e1f3384c36e41fdf176abdabf8f21d1505
Author: Andreas Arnez <arnez at linux dot vnet dot ibm dot com>
Date:   Tue Nov 12 18:03:54 2013 +0100

    Fix GDB crash with upstream GCC due to qsort(NULL, ...)
    
    Upstream GCC's new pass '-fisolate-erroneous-paths' may introduce
    traps at places where GCC has determined undefined behavior, e.g. when
    passing a NULL pointer to a function that defines this argument as
    __attribute__(__nonnull__(...)).  In particular this applies to
    uniquify_strings(), because it invokes qsort() with NULL when the
    'strings' vector is empty.  I hit this problem on s390x when trying to
    execute "break main" on a C program.
    
    gdb/
    2013-11-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
    
    	* objc-lang.c (uniquify_strings): Prevent invoking qsort with
    	NULL.

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

Summary of changes:
 gdb/ChangeLog   |    5 +++++
 gdb/objc-lang.c |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
gdb and binutils


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-12 18:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-12 18:03 gdb and binutils branch master updated. ee7615e1f3384c36e41fdf176abdabf8f21d1505 uweigand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).