From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18318 invoked by alias); 7 Nov 2013 16:03:13 -0000 Mailing-List: contact src-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: src-cvs-owner@sourceware.org Received: (qmail 18291 invoked by uid 9982); 7 Nov 2013 16:03:13 -0000 Date: Thu, 07 Nov 2013 16:03:00 -0000 Message-ID: <20131107160310.18266.qmail@sourceware.org> From: willnewton@sourceware.org To: src-cvs@sourceware.org Subject: gdb and binutils branch master updated. 1ed6c797ef8814d7f273a0ccc5cf7ebbce497933 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: a22bc58c6ad25f1a2af7c93f3beeb4f927535329 X-Git-Newrev: 1ed6c797ef8814d7f273a0ccc5cf7ebbce497933 X-SW-Source: 2013-q4/txt/msg00069.txt.bz2 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 1ed6c797ef8814d7f273a0ccc5cf7ebbce497933 (commit) via 8782aa321e1bb466012a71791b8a40e2cb42d841 (commit) from a22bc58c6ad25f1a2af7c93f3beeb4f927535329 (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=1ed6c797ef8814d7f273a0ccc5cf7ebbce497933 commit 1ed6c797ef8814d7f273a0ccc5cf7ebbce497933 Author: Will Newton Date: Tue Oct 29 09:43:07 2013 -0700 sim/arm: Prevent crash when running sim with no binary. 2013-11-07 Will Newton PR gdb/15508 * arm/wrapper.c (sim_create_inferior): Call init before accessing STATE. https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8782aa321e1bb466012a71791b8a40e2cb42d841 commit 8782aa321e1bb466012a71791b8a40e2cb42d841 Author: Will Newton Date: Tue Oct 29 09:20:48 2013 -0700 sim/arm: Prevent NULL pointer dereference in sim_create_inferior. 2013-11-07 Will Newton PR gdb/9195 * arm/wrapper.c (sim_create_inferior): Avoid calling bfd_get_mach with a NULL bfd. ----------------------------------------------------------------------- Summary of changes: sim/ChangeLog | 12 ++++++++++++ sim/arm/wrapper.c | 14 ++++++++++---- 2 files changed, 22 insertions(+), 4 deletions(-) hooks/post-receive -- gdb and binutils