From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30459 invoked by alias); 26 Apr 2002 01:09:31 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 30452 invoked from network); 26 Apr 2002 01:09:31 -0000 Received: from unknown (HELO pizda.ninka.net) (216.101.162.242) by sources.redhat.com with SMTP; 26 Apr 2002 01:09:31 -0000 Received: from localhost (IDENT:davem@localhost.localdomain [127.0.0.1]) by pizda.ninka.net (8.9.3/8.9.3) with ESMTP id RAA12344; Thu, 25 Apr 2002 17:59:52 -0700 Date: Thu, 25 Apr 2002 18:09:00 -0000 Message-Id: <20020425.175951.106461842.davem@redhat.com> To: drow@mvista.com Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Fix bug report #508 From: "David S. Miller" In-Reply-To: <20020425120455.A7896@nevyn.them.org> References: <4.2.0.58.20020425094650.016f3410@ics.u-strasbg.fr> <20020425120455.A7896@nevyn.them.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg01053.txt.bz2 From: Daniel Jacobowitz Date: Thu, 25 Apr 2002 12:04:55 -0400 On Thu, Apr 25, 2002 at 09:52:28AM +0200, Pierre Muller wrote: > 2002-04-25 Pierre Muller > > * symfile.c (add_filename_language): Fix wrong xrealloc size argument. I'd call this obvious, actually. Please commit it (but add 'Fix PR gdb/508' above '* symfile.c' in your changelog). Wait... I was told that an alloca() length argument change was anything but obvious. How is this any different?