From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7182 invoked by alias); 14 Sep 2012 12:49:33 -0000 Received: (qmail 7172 invoked by uid 22791); 14 Sep 2012 12:49:32 -0000 X-SWARE-Spam-Status: No, hits=-7.9 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_THREADED,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 14 Sep 2012 12:49:17 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q8ECnGiw008972 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 14 Sep 2012 08:49:16 -0400 Received: from spoyarek (spoyarek.pnq.redhat.com [10.65.192.188]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q8ECnEAv006344; Fri, 14 Sep 2012 08:49:15 -0400 Date: Fri, 14 Sep 2012 12:49:00 -0000 From: Siddhesh Poyarekar To: Jan Kratochvil Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Replace potentially unsafe alloca with xmalloc/xfree in value_concat Message-ID: <20120914181833.7b50d60a@spoyarek> In-Reply-To: <20120914113705.GA20303@host2.jankratochvil.net> References: <20120914144629.67e493d0@spoyarek> <20120914113705.GA20303@host2.jankratochvil.net> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: 2012-09/txt/msg00281.txt.bz2 On Fri, 14 Sep 2012 13:37:05 +0200, Jan wrote: > OK with that change. Thanks, committed. Regards, Siddhesh http://sourceware.org/ml/gdb-cvs/2012-09/msg00068.html CVSROOT: /cvs/src Module name: src Changes by: siddhesh@sourceware.org 2012-09-14 12:46:56 Modified files: gdb : ChangeLog valarith.c Log message: * valarith.c (value_concat): Replace unsafe ALLOCA with XMALLOC/XFREE. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14659&r2=1.14660 http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/valarith.c.diff?cvsroot=src&r1=1.105&r2=1.106