Jason Andryuk writes ("[PATCH v5 18/21] libxl: Check stubdomain kernel & ramdisk presence"): > Just out of context is the following comment for libxl__domain_make: > /* fixme: this function can leak the stubdom if it fails */ > > When the stubdomain kernel or ramdisk is not present, the domid and > stubdomain name will indeed be leaked. Avoid the leak by checking the > file presence and erroring out when absent. It doesn't fix all cases, > but it avoids a big one when using a linux device model stubdomain.
Acked-by: Ian Jackson <ian.jack...@eu.citrix.com>