From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Vrabel Subject: Re: [PATCH] libxc: remove tests of alloca() return value Date: Fri, 17 Feb 2012 13:32:51 +0000 Message-ID: <4F3E5703.1080407@citrix.com> References: <1329480642-27378-1-git-send-email-david.vrabel@citrix.com> <20120217132447.GA57907@ocelot.phlegethon.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20120217132447.GA57907@ocelot.phlegethon.org> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Tim Deegan Cc: "xen-devel@lists.xensource.com" , Santosh Jodh List-Id: xen-devel@lists.xenproject.org On 17/02/12 13:24, Tim Deegan wrote: > At 12:10 +0000 on 17 Feb (1329480642), David Vrabel wrote: >> From: David Vrabel >> >> alloca() does not return NULL on an allocation failure > > Nack: on some BSD systems it does. xc_linux_osdep.c is only built if CONFIG_Linux is set. David