From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NzZwM-0000KW-Og for qemu-devel@nongnu.org; Wed, 07 Apr 2010 14:25:26 -0400 Received: from [140.186.70.92] (port=43655 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NzZwJ-0000Ix-Tg for qemu-devel@nongnu.org; Wed, 07 Apr 2010 14:25:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NzZwF-0003e2-UH for qemu-devel@nongnu.org; Wed, 07 Apr 2010 14:25:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:10629) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NzZwF-0003dp-JW for qemu-devel@nongnu.org; Wed, 07 Apr 2010 14:25:19 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o37IPISa031746 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 7 Apr 2010 14:25:19 -0400 From: Luiz Capitulino Date: Wed, 7 Apr 2010 15:25:06 -0300 Message-Id: <1270664710-3948-1-git-send-email-lcapitulino@redhat.com> Subject: [Qemu-devel] [PATCH 0/4]: QMP: Fix segfault in bad input List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: armbru@redhat.com First, we do some QError usage cleanup in handle_qmp_command() and then really fix the bug in the last patch.