From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: Re: [PATCH v3 01/10] libxl: don't check s!=NULL in libxl__abs_path Date: Tue, 14 Jul 2015 18:19:30 +0100 Message-ID: <21925.17570.751023.589786@mariner.uk.xensource.com> References: <1436892073-14186-1-git-send-email-wei.liu2@citrix.com> <1436892073-14186-2-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta3.messagelabs.com ([195.245.230.39]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZF3rj-0006RO-W8 for xen-devel@lists.xenproject.org; Tue, 14 Jul 2015 17:19:36 +0000 In-Reply-To: <1436892073-14186-2-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: Xen-devel , Ian Campbell List-Id: xen-devel@lists.xenproject.org Wei Liu writes ("[PATCH v3 01/10] libxl: don't check s!=NULL in libxl__abs_path"): > That argument should not be NULL. Let subsequent dereferencing crashes > the process. Acked-by: Ian Jackson