From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44626) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUf9r-0001ZE-Lg for qemu-devel@nongnu.org; Mon, 31 Mar 2014 12:34:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUf9m-0005kM-J7 for qemu-devel@nongnu.org; Mon, 31 Mar 2014 12:33:59 -0400 Date: Mon, 31 Mar 2014 17:33:44 +0100 From: "Dr. David Alan Gilbert" Message-ID: <20140331163343.GF11125@work-vm> References: <1396275242-10810-1-git-send-email-mst@redhat.com> <1396275242-10810-29-git-send-email-mst@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1396275242-10810-29-git-send-email-mst@redhat.com> Subject: Re: [Qemu-devel] [PATCH v4 28/30] vmxnet3: validate interrupt indices read on migration List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: Anthony Liguori , qemu-devel@nongnu.org, mdroth@linux.vnet.ibm.com, qemu-stable@nongnu.org, Stefan Hajnoczi , Dmitry Fleytman , Paolo Bonzini , dgilbert@redhat.com * Michael S. Tsirkin (mst@redhat.com) wrote: > From: Dmitry Fleytman > > CVE-2013-4544 > > Signed-off-by: Dmitry Fleytman > Reported-by: Michael S. Tsirkin > Signed-off-by: Michael S. Tsirkin > --- > hw/net/vmxnet3.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/hw/net/vmxnet3.c b/hw/net/vmxnet3.c > index a4b5c11..8c6df05 100644 > --- a/hw/net/vmxnet3.c > +++ b/hw/net/vmxnet3.c > @@ -2374,6 +2374,8 @@ static int vmxnet3_post_load(void *opaque, int version_id) > } > } > > + vmxnet3_validate_interrupts(s); > + When you repost to fix the other stuff, why not merge this with what is currently #30. Dave -- Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK