From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23084 invoked by alias); 13 Jul 2006 09:05:04 -0000 Received: (qmail 23076 invoked by uid 22791); 13 Jul 2006 09:05:04 -0000 X-Spam-Check-By: sourceware.org Received: from lon-del-02.spheriq.net (HELO lon-del-02.spheriq.net) (195.46.50.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 13 Jul 2006 09:05:01 +0000 Received: from lon-out-02.spheriq.net ([195.46.50.130]) by lon-del-02.spheriq.net with ESMTP id k6D94uUT003732 for ; Thu, 13 Jul 2006 09:04:56 GMT Received: from lon-cus-02.spheriq.net (lon-cus-02.spheriq.net [195.46.50.38]) by lon-out-02.spheriq.net with ESMTP id k6D94ta5004606 for ; Thu, 13 Jul 2006 09:04:55 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by lon-cus-02.spheriq.net with ESMTP id k6D94rKh016730 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Thu, 13 Jul 2006 09:04:55 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 24DC5DA44 for ; Thu, 13 Jul 2006 09:04:53 +0000 (GMT) Received: from mail1.bri.st.com (mail1.bri.st.com [164.129.8.218]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id 668914744A for ; Thu, 13 Jul 2006 09:04:47 +0000 (GMT) Received: from [164.129.15.13] (bri1043.bri.st.com [164.129.15.13]) by mail1.bri.st.com (MOS 3.5.8-GR) with ESMTP id CHU91794 (AUTH stubbsa); Thu, 13 Jul 2006 10:04:44 +0100 (BST) Message-ID: <44B60CAB.2080409@st.com> Date: Thu, 13 Jul 2006 09:05:00 -0000 From: Andrew STUBBS User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: gdb-patches@sources.redhat.com Cc: Denis PILAT Subject: Re: [PATCH] Segmentation fault when using the completion for interpreter References: <44B500EA.1020506@st.com> <20060712171421.GA24622@nevyn.them.org> In-Reply-To: <20060712171421.GA24622@nevyn.them.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-07/txt/msg00144.txt.bz2 Daniel Jacobowitz wrote: > On Wed, Jul 12, 2006 at 04:02:18PM +0200, Denis PILAT wrote: >> 2006-07-12 Denis PILAT >> >> * interps.c (interpreter_completer): Allocate one more item to the >> 'matches' list and set them all to 0 with a xcalloc. > > Thanks! This is OK. I have committed this on behalf of Denis. Andrew