From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17361 invoked by alias); 11 Oct 2010 16:40:48 -0000 Received: (qmail 17280 invoked by uid 22791); 11 Oct 2010 16:40:47 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Oct 2010 16:40:41 +0000 Received: (qmail 12890 invoked from network); 11 Oct 2010 16:40:39 -0000 Received: from unknown (HELO caradoc.them.org) (dan@127.0.0.2) by mail.codesourcery.com with ESMTPA; 11 Oct 2010 16:40:39 -0000 Date: Mon, 11 Oct 2010 16:40:00 -0000 From: Daniel Jacobowitz To: Matthew Gretton-Dann Cc: gdb-patches@sourceware.org Subject: Re: [PATCH ARM] Fix unterminated list of options to 'set arm fallback-mode' and 'set arm force-mode' Message-ID: <20101011164033.GA8459@caradoc.them.org> Mail-Followup-To: Matthew Gretton-Dann , gdb-patches@sourceware.org References: <1286814631.21020.10.camel@e102319-lin.cambridge.arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1286814631.21020.10.camel@e102319-lin.cambridge.arm.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2010-10/txt/msg00184.txt.bz2 On Mon, Oct 11, 2010 at 05:30:31PM +0100, Matthew Gretton-Dann wrote: > All, > > The attached patch adds a NULL entry at the end of the array of options > accepted by 'set arm fallback-mode' and 'set arm force-mode'. Thus > ensuring GDB doesn't go wandering off trying to print garbage from > beyond the end of an array. > > Can someone please review and approve? Whoops, thank you. -- Daniel Jacobowitz CodeSourcery