Re: [Qemu-devel] [PATCH 0/4]: QMP: Fix segfault in bad input
Luiz Capitulino writes: > First, we do some QError usage cleanup in handle_qmp_command() and then > really fix the bug in the last patch. The bug is that we neglect to check that command object member "arguments" is an object before we access its members. Crashes when it's not an object. The
[Qemu-devel] [PATCH 0/4]: QMP: Fix segfault in bad input
First, we do some QError usage cleanup in handle_qmp_command() and then really fix the bug in the last patch.