From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v3 00/10] xl/libxl: fix issues discovered by coverity Date: Wed, 15 Jul 2015 11:23:17 +0100 Message-ID: <1436955797.11153.53.camel@citrix.com> References: <1436892073-14186-1-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.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZFJrL-0004Wu-Cl for xen-devel@lists.xenproject.org; Wed, 15 Jul 2015 10:24:15 +0000 In-Reply-To: <1436892073-14186-1-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 Jackson List-Id: xen-devel@lists.xenproject.org On Tue, 2015-07-14 at 17:41 +0100, Wei Liu wrote: > Wei Liu (10): > libxl: don't check s!=NULL in libxl__abs_path > libxl: turn two malloc's to libxl__malloc 2 applied w/ Ian's ack. > libxl: make libxl__strdup handle NULL Ian had a comment. > libxl: avoid leaking in libxl__initia_device_remove 1 applied (correcting the typo). > libxl: localtime(3) can return NULL Ian had a comment. > libxl: qmp_init_handler can return NULL > xl: correct handling of extra_config in main_cpupoolcreate > xl: correctly handle null extra config in main_config_update > xl: fix a typo in error string in create_domain 4 applied. > libxl: fix caller of libxl_cpupool functions Ian had comments.