Re: [Xen-devel] [PATCH for-4.6 00/13] tools: fixes inspired by Coverity scan

2015-07-24 Thread Ian Campbell
On Thu, 2015-07-23 at 08:59 +0100, Wei Liu wrote: > Wei Liu (13): > libxl: properly clean up array in libxl_list_cpupool failure path > xl: call libxl_dominfo_{init,dispose} in main_cpupoolnumasplit > xl: call libxl_dominfo_init in main_list > xl: valid fd can be 0 in main_loadpolicy > to

[Xen-devel] [PATCH for-4.6 00/13] tools: fixes inspired by Coverity scan

2015-07-23 Thread Wei Liu
Wei Liu (13): libxl: use thread-safe localtime_t and handle NULL libxl: properly clean up array in libxl_list_cpupool failure path libxl: remove a bunch of pointless assignments xl: free pid string in do_daemonize xl: check json string is not null before printing in create_domain xl: ca