On Tue, 2015-03-10 at 09:21 +0000, Wei Liu wrote: > On Tue, Mar 10, 2015 at 02:28:16PM +0800, Tiejun Chen wrote: > > Its pointless because internally, libxl__calloc() would always > > terminate program execution if failed, > > > > libxl__calloc() > > | > > + void *ptr = calloc(nmemb, size); > > + if (!ptr) libxl__alloc_failed(CTX, __func__, nmemb, size); > > | > > + _exit(-1); > > > > Signed-off-by: Tiejun Chen <tiejun.c...@intel.com> > > Acked-by: Wei Liu <wei.l...@citrix.com>
Likewise + applied, thanks. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel