Re: [Qemu-devel] [PATCH 0/4]: QMP: Fix segfault in bad input

2010-04-20 Thread Markus Armbruster
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

2010-04-07 Thread Luiz Capitulino
First, we do some QError usage cleanup in handle_qmp_command() and then really fix the bug in the last patch.