gdb and binutils branch master updated. ee7615e1f3384c36e41fdf176abdabf8f21d1505

[email protected]
Newsgroups gmane.comp.gdb.top-level.cvs
Message-ID <[email protected]>
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  <[email protected]>
    
    	* 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.