On 09/05/14 00:26, John Ferlan wrote:
If the qemuMigrationEatCookie() fails to set mig, we jump to
cleanup:
which will call qemuMigrationCancelDriveMirror() without first checking
if mig == NULL
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/qemu/qemu_migration.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
ACK, genuine bug