Re: [Xen-devel] [PATCH v4] libxl: handle failure of xc_version() in libxl_get_version_info()

2016-03-01 Thread Harmandeep Kaur
On Tue, Mar 1, 2016 at 7:18 PM, Ian Jackson wrote: > Harmandeep Kaur writes ("[PATCH v4] libxl: handle failure of xc_version() in > libxl_get_version_info()"): >> Check the return value of xc_version() and return NULL if it >> fails. libxl_get_version_info() can also

Re: [Xen-devel] [PATCH v4] libxl: handle failure of xc_version() in libxl_get_version_info()

2016-03-01 Thread Ian Jackson
Harmandeep Kaur writes ("[PATCH v4] libxl: handle failure of xc_version() in libxl_get_version_info()"): > Check the return value of xc_version() and return NULL if it > fails. libxl_get_version_info() can also return NULL now. > > Callers of the function libxl_get_version_info() are already >