Re: [PATCH 0/1] qemu qapi: SIGSEGV small fix

2025-07-16 Thread Nikolai Barybin via Devel
On 7/3/25 12:19, Nikolai Barybin wrote: Hello everyone! When implementing some custom qemu capability I cought this bug when some string with '*' pattern is not contained in schema, and virQEMUQAPISchemaTraverseObject passes NULL ptr to virJSONValueObjectHasKey. Nikolai Barybin (1): qemu: q

[PATCH 0/1] qemu qapi: SIGSEGV small fix

2025-07-03 Thread Nikolai Barybin via Devel
Hello everyone! When implementing some custom qemu capability I cought this bug when some string with '*' pattern is not contained in schema, and virQEMUQAPISchemaTraverseObject passes NULL ptr to virJSONValueObjectHasKey. Nikolai Barybin (1): qemu: qapi: fix potential SIGSEGV in virQEMUQAPISc