public inbox for src-cvs@sourceware.org
help / color / mirror / Atom feed
From: uweigand@sourceware.org
To: src-cvs@sourceware.org
Subject: gdb and binutils branch master updated. ee7615e1f3384c36e41fdf176abdabf8f21d1505
Date: Tue, 12 Nov 2013 18:03:00 -0000	[thread overview]
Message-ID: <20131112180339.1723.qmail@sourceware.org> (raw)

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


                 reply	other threads:[~2013-11-12 18:03 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20131112180339.1723.qmail@sourceware.org \
    --to=uweigand@sourceware.org \
    --cc=src-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).