On 14/01/2025 1:29 pm, Jan Beulich wrote: > The ssid_label field requires separate freeing; make sure to call > libxl_dominfo_dispose() as well as libxl_dominfo_init(). Since vcpuset() > calls only the former, add a call to the latter there at the same time. > > Coverity-ID: 1638727 > Coverity-ID: 1638728 > Fixes: c458c404da16 ("xl: use libxl_domain_info to get the uuid in > printf_info") > Fixes: 48dab9767d2e ("tools/xl: use libxl_domain_info to get domain type for > vcpu-pin") > Signed-off-by: Jan Beulich <jbeul...@suse.com> > Release-Acked-by: Oleksii Kurochko<oleksii.kuroc...@gmail.com> > --- > v2: Add call to libxl_dominfo_init() to vcpuset().
Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com>