-
Daniel P. Berrangé authored
The reader thread was accidentally setting the error pointer intended for the writer thread. If both threads set errors this would result in QEMU abort'ing due to the error already being set. Reviewed-by:
Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by:
Daniel P. Berrange <berrange@redhat.com>Daniel P. Berrangé authoredThe reader thread was accidentally setting the error pointer intended for the writer thread. If both threads set errors this would result in QEMU abort'ing due to the error already being set. Reviewed-by:
Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by:
Daniel P. Berrange <berrange@redhat.com>
Loading