Re: [Qemu-devel] [PATCH 3/4] qga: win32: fix crashes when PCI info cannot be retrived

2018-08-07 Thread Eric Blake
On 08/07/2018 05:49 AM, Tomáš Golembiovský wrote: The guest-get-fsinfo command collects also information about PCI controller where the disk is attached. When this fails for some reasons it tries to return just the partial information. However in certain cases the pointer to the structure was not

[Qemu-devel] [PATCH 3/4] qga: win32: fix crashes when PCI info cannot be retrived

2018-08-07 Thread Tomáš Golembiovský
The guest-get-fsinfo command collects also information about PCI controller where the disk is attached. When this fails for some reasons it tries to return just the partial information. However in certain cases the pointer to the structure was not initialized and was set to NULL. This breaks the se