Re: [PATCH] qemu_domain: Check if driver->domainEventState is NULL

2024-07-03 Thread Michal Prívozník
On 6/20/24 11:21, Rayhan Faizel wrote: > Under the test environment, driver->domainEventState is uninitialized. If a > disk gets dropped, it will attempt to queue an event which will cause a > segmentation fault. This crash does not occur during normal use. > > This patch adds a quick check to ens

Re: [PATCH] qemu_domain: Check if driver->domainEventState is NULL

2024-06-27 Thread Rayhan Faizel
ping

[PATCH] qemu_domain: Check if driver->domainEventState is NULL

2024-06-20 Thread Rayhan Faizel
Under the test environment, driver->domainEventState is uninitialized. If a disk gets dropped, it will attempt to queue an event which will cause a segmentation fault. This crash does not occur during normal use. This patch adds a quick check to ensure driver->domainEventState is not NULL along wi