From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark McLoughlin Subject: Re: [PATCH] Fix unitialized offset in virtio-net receive_header Date: Thu, 04 Dec 2008 12:06:51 +0000 Message-ID: <1228392411.3732.73.camel@blaa> References: <1228336026-24628-1-git-send-email-aliguori@us.ibm.com> Reply-To: Mark McLoughlin Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org, Avi Kivity To: Anthony Liguori Return-path: Received: from mx2.redhat.com ([66.187.237.31]:50852 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751039AbYLDMIO (ORCPT ); Thu, 4 Dec 2008 07:08:14 -0500 In-Reply-To: <1228336026-24628-1-git-send-email-aliguori@us.ibm.com> Sender: kvm-owner@vger.kernel.org List-ID: On Wed, 2008-12-03 at 14:27 -0600, Anthony Liguori wrote: > If vnet support is not available on the tap device, offset is uninitialized and > badness ensues. Uggh, nasty. And no comiler warning ... Cheers, Mark.