From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60413) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyXRA-0005XG-AH for qemu-devel@nongnu.org; Tue, 09 Dec 2014 21:55:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XyXR4-0007xT-1C for qemu-devel@nongnu.org; Tue, 09 Dec 2014 21:55:36 -0500 Received: from mx1.redhat.com ([209.132.183.28]:42478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XyXR3-0007x8-Qf for qemu-devel@nongnu.org; Tue, 09 Dec 2014 21:55:29 -0500 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id sBA2tS1w013749 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Tue, 9 Dec 2014 21:55:29 -0500 Date: Wed, 10 Dec 2014 08:25:22 +0530 From: Amit Shah Message-ID: <20141210025522.GD6189@grmbl.mre> References: <1415785203-26938-1-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1415785203-26938-1-git-send-email-mst@redhat.com> Subject: Re: [Qemu-devel] [PATCH 0/4] migration: fix CVE-2014-7840 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: quintela@redhat.com, qemu-devel@nongnu.org, dgilbert@redhat.com On (Wed) 12 Nov 2014 [11:44:35], Michael S. Tsirkin wrote: > This patchset fixes CVE-2014-7840: invalid > migration stream can cause arbitrary qemu memory > overwrite. > First patch includes the minimal fix for the issue. > Follow-up patches on top add extra checking to reduce the > chance this kind of bug recurs. Queued up patches 2-4 in my tree, thanks. Amit