[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-stable] [Qemu-devel] [PATCH 22/23] virtio-scsi: fix buffer ove
From: |
Peter Maydell |
Subject: |
Re: [Qemu-stable] [Qemu-devel] [PATCH 22/23] virtio-scsi: fix buffer overrun on invalid state load |
Date: |
Thu, 6 Mar 2014 19:43:41 +0000 |
On 6 March 2014 19:40, Paolo Bonzini <address@hidden> wrote:
> 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...
#ifdef NDEBUG
#error building with NDEBUG is not supported
#ifdef GENTOO
#error No really, we mean it
#endif
#endif
-- PMM