
11 Sep
2014
11 Sep
'14
11:48 a.m.
On 09/05/14 00:26, John Ferlan wrote:
Coverity notes that if the call to virBitmapParse() returns a negative value, then when we jump to the error label, the call to virCapabilitiesClearHostNUMACellCPUTopology() will have issues with the negative nb_cpus
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/xen/xend_internal.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
ACK