From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34064) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLe9u-0003ns-1O for qemu-devel@nongnu.org; Thu, 06 Mar 2014 14:40:51 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLe9n-0005vh-NG for qemu-devel@nongnu.org; Thu, 06 Mar 2014 14:40:45 -0500 Message-ID: <5318CF20.7080403@redhat.com> Date: Thu, 06 Mar 2014 20:40:16 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1386087086-3691-1-git-send-email-mst@redhat.com> <1386087086-3691-23-git-send-email-mst@redhat.com> <529E2FEC.20405@redhat.com> <5318BEB9.8090105@suse.de> <20140306183634.GA29043@redhat.com> In-Reply-To: <20140306183634.GA29043@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 22/23] virtio-scsi: fix buffer overrun on invalid state load List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" , =?ISO-8859-1?Q?Andreas_F=E4r?= =?ISO-8859-1?Q?ber?= Cc: Peter Maydell , qemu-stable , Anthony Liguori , QEMU Developers Il 06/03/2014 19:36, Michael S. Tsirkin ha scritto: > BTW I don't see a lot of value in supporting NDEBUG > and a bunch of other things will probably break if we do. > For now I think we should just stick > #ifdef NDEBUG > #error building with NDEBUG is not supported > #endif I would love to answer the Gentoo bug reports that would ensue... Paolo