From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH] fix null pointer dereference in xen_guest_lookup() Date: Sun, 27 Aug 2006 06:57:31 +0100 Message-ID: <1156658251.19808.97.camel@localhost.localdomain> References: <1156630946.8431.8.camel@lappy> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1156630946.8431.8.camel@lappy> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Alex Williamson Cc: xen-devel List-Id: xen-devel@lists.xenproject.org On Sat, 2006-08-26 at 16:22 -0600, Alex Williamson wrote: > The latest ELF changes have a null pointer dereference bug when you > have neither an elf notes section nor a __xen_guest_string. This patch > checks for the existence of the __xen_guest_string prior to using it. > Please apply. Thanks, Committed, thank you. Ian.