From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=48049 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q2Qan-0002k5-OS for qemu-devel@nongnu.org; Wed, 23 Mar 2011 12:07:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q2Qam-0005g0-QG for qemu-devel@nongnu.org; Wed, 23 Mar 2011 12:07:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53505) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q2Qam-0005fl-GS for qemu-devel@nongnu.org; Wed, 23 Mar 2011 12:07:28 -0400 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id p2NG7Q6w027126 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 23 Mar 2011 12:07:26 -0400 Date: Wed, 23 Mar 2011 21:37:23 +0530 From: Amit Shah Message-ID: <20110323160722.GA28795@amit-x200.redhat.com> References: <20110322163250.GA6426@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110322163250.GA6426@redhat.com> Subject: [Qemu-devel] Re: [PATCH] virtio-serial: don't crash on invalid input List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-devel@nongnu.org On (Tue) 22 Mar 2011 [18:32:50], Michael S. Tsirkin wrote: > Fix crash on invalid input in virtio-serial. > Discovered by code review, untested. > > Signed-off-by: Michael S. Tsirkin Acked-by: Amit Shah Amit