From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEkRK-0005o9-1b for qemu-devel@nongnu.org; Thu, 11 Jun 2009 09:35:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEkRF-0005j7-IH for qemu-devel@nongnu.org; Thu, 11 Jun 2009 09:35:33 -0400 Received: from [199.232.76.173] (port=47885 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEkRF-0005ix-Ai for qemu-devel@nongnu.org; Thu, 11 Jun 2009 09:35:29 -0400 Received: from mx20.gnu.org ([199.232.41.8]:41098) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MEkRE-0002es-UM for qemu-devel@nongnu.org; Thu, 11 Jun 2009 09:35:29 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEkRD-00026q-Gt for qemu-devel@nongnu.org; Thu, 11 Jun 2009 09:35:27 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [RFC] Enable Werrror by default Date: Thu, 11 Jun 2009 14:35:24 +0100 References: <200906111335.10116.paul@codesourcery.com> <1244726086.7752.25.camel@blaa> In-Reply-To: <1244726086.7752.25.camel@blaa> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200906111435.25063.paul@codesourcery.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Mark McLoughlin Cc: qemu-devel@nongnu.org > hw/virtio-blk.c:302: warning: =E2=80=98blkcfg.size_max=E2=80=99 is used= uninitialized in > this function By my reading that's an actual bug, and uninitialized data is leaking out t= o=20 the guest. Paul