[libvirt] [PATCH 1/5] qemu: Check virGetLastError return value for migration finish failure

2015-09-04 Thread John Ferlan
Commit id '2e7cea243' added a check for an error from Finish instead of 'unexpected error'; however, if for some reason there wasn't an error, then virGetLastError could return NULL resulting in the NULL pointer deref to err->domain. Signed-off-by: John Ferlan ---

Re: [libvirt] [PATCH 1/5] qemu: Check virGetLastError return value for migration finish failure

2015-09-04 Thread Laine Stump
On 09/04/2015 10:30 AM, John Ferlan wrote: Commit id '2e7cea243' added a check for an error from Finish instead of 'unexpected error'; however, if for some reason there wasn't an error, then virGetLastError could return NULL resulting in the NULL pointer deref to err->domain. ACK. --