Re: [PATCH] qemu: Fix potential crash during driver cleanup

2023-04-12 Thread Martin Kletzander
On Tue, Apr 11, 2023 at 09:47:28AM -0600, Jim Fehlig wrote: During qemu driver shutdown, objects are freed in qemuStateCleanup that could still be used by active worker threads, resulting in crashes. E.g. a worker thread could be processing a monitor EOF event after the security manager is

[PATCH] qemu: Fix potential crash during driver cleanup

2023-04-11 Thread Jim Fehlig
During qemu driver shutdown, objects are freed in qemuStateCleanup that could still be used by active worker threads, resulting in crashes. E.g. a worker thread could be processing a monitor EOF event after the security manager is already disposed Program terminated with signal SIGSEGV,