From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13518 invoked by alias); 4 Oct 2006 21:38:42 -0000 Received: (qmail 13508 invoked by uid 22791); 4 Oct 2006 21:38:41 -0000 X-Spam-Check-By: sourceware.org Received: from nile.gnat.com (HELO nile.gnat.com) (205.232.38.5) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 04 Oct 2006 21:38:36 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-nile.gnat.com (Postfix) with ESMTP id E2F2148CDB8; Wed, 4 Oct 2006 17:38:34 -0400 (EDT) Received: from nile.gnat.com ([127.0.0.1]) by localhost (nile.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 29062-01-5; Wed, 4 Oct 2006 17:38:34 -0400 (EDT) Received: from takamaka.act-europe.fr (unknown [70.71.0.212]) by nile.gnat.com (Postfix) with ESMTP id A00DE48CCC0; Wed, 4 Oct 2006 17:38:34 -0400 (EDT) Received: by takamaka.act-europe.fr (Postfix, from userid 507) id BFC5547F00; Wed, 4 Oct 2006 14:38:33 -0700 (PDT) Date: Wed, 04 Oct 2006 21:38:00 -0000 From: Joel Brobecker To: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/HPUX] somread.c: avoid stack overflow Message-ID: <20061004213833.GB1559@adacore.com> References: <20061004182505.GH23247@adacore.com> <200610041932.k94JWBpG012851@elgar.sibelius.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200610041932.k94JWBpG012851@elgar.sibelius.xs4all.nl> User-Agent: Mutt/1.4i 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-10/txt/msg00026.txt.bz2 > > 2006-10-04 Joel Brobecker > > > > * somread.c (som_symtab_read): Avoid using alloca for potentially > > large buffers. > > > > Looks reasonable to me. Thanks Mark. This one is now checked in. -- Joel