From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:47053) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROUGI-0004BX-P9 for qemu-devel@nongnu.org; Thu, 10 Nov 2011 08:01:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ROUGD-0001ly-4L for qemu-devel@nongnu.org; Thu, 10 Nov 2011 08:01:46 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38512) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ROUGC-0001ll-Tf for qemu-devel@nongnu.org; Thu, 10 Nov 2011 08:01:41 -0500 Message-ID: <4EBBCBEE.5030501@redhat.com> Date: Thu, 10 Nov 2011 14:04:46 +0100 From: Kevin Wolf MIME-Version: 1.0 References: <1320875990-10517-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1320875990-10517-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] hw/pc.c: Fix use-while-uninitialized of fd_type[] List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: qemu-devel@nongnu.org, patches@linaro.org Am 09.11.2011 22:59, schrieb Peter Maydell: > Fix a use-while-uninitialized of the fd_type[] array (introduced > in commit 34d4260e1, noticed by Coverity). This is more theoretical > than practical, since it's quite hard to get here with floppy==NULL > (the qdev_try_create() of the isa-fdc device has to fail). > > Signed-off-by: Peter Maydell Thanks, applied to the block-stable branch (for 1.0) Kevin