From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19138 invoked by alias); 13 Nov 2013 19:49:37 -0000 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 Received: (qmail 19123 invoked by uid 89); 13 Nov 2013 19:49:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,RDNS_NONE,SPF_HELO_PASS,SPF_PASS autolearn=no version=3.3.2 X-Spam-User: qpsmtpd, 2 recipients X-HELO: mx1.redhat.com Received: from Unknown (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 13 Nov 2013 19:49:35 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rADJnO8N006616 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 13 Nov 2013 14:49:24 -0500 Received: from valrhona.uglyboxes.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id rADJnMZe031446 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 13 Nov 2013 14:49:24 -0500 Message-ID: <5283D7C2.4030004@redhat.com> Date: Wed, 13 Nov 2013 20:43:00 -0000 From: Keith Seitz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Pierre Muller , "'Tom Tromey'" , "'Jan Kratochvil'" CC: "'Pierre Muller'" , gdb-patches@sourceware.org, "'Sergio Durigan Junior'" Subject: Re: Regression for gdb.pascal/* [Re: [RFA 4/4] Constify parse_linesepc] References: <5249C987.50809@redhat.com> <87d2no4uim.fsf@fleche.redhat.com> <524BA344.2070802@redhat.com> <20131016095743.GA17072@host2.jankratochvil.net> <52602A08.4020705@redhat.com> <20131018193445.GA12496@host2.jankratochvil.net> <87k3gw8219.fsf@fleche.redhat.com> <008c01ced654$4fd02100$ef706300$@muller@ics-cnrs.unistra.fr> In-Reply-To: <008c01ced654$4fd02100$ef706300$@muller@ics-cnrs.unistra.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00354.txt.bz2 On 10/31/2013 09:14 AM, Pierre Muller wrote: > OK, it seems Keith last patch is not in, > while it does indeed fix otherwise illegitimate stack access > (alloca memory read after exiting function using it...) > So Keith patch should go in. I have (finally) committed this. Thank you (all) again for reviewing it. Keith