On Fri, Jul 17, 2015 at 06:05:45PM +0100, Ian Jackson wrote: > Wei Liu writes ("[PATCH v4 2/3] libxl: localtime(3) can return NULL"): > > Signed-off-by: Wei Liu <wei.l...@citrix.com> > > > tm = localtime(&t); > > + if (!tm) { > > + LOG(ERROR, "Failed to call localtime"); > > localtime sets errno if it fails. So you mean LOGE. >
Heh. Linux manpage doesn't say so. But http://pubs.opengroup.org/onlinepubs/009695399/functions/localtime.html does say that. I will rework this patch and send it out next week with other coverity scan inspired patches I accumulate. > Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel