[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PULL v2 6/8] vmdk: Add read-only support for seSparse
From: |
Peter Maydell |
Subject: |
Re: [Qemu-devel] [PULL v2 6/8] vmdk: Add read-only support for seSparse snapshots |
Date: |
Thu, 4 Jul 2019 17:59:17 +0100 |
On Tue, 2 Jul 2019 at 20:46, Max Reitz <address@hidden> wrote:
> So it looks to me like Coverity just thinks that *extent may be used
> concurrently.
Or it's just not smart enough to notice that it's assumed
several mutually contradictory things...
> Short of adding a “restrict”, I don’t know what to do
> this but to close the report as a false positive.
OK; I'll mark it a false positive.
thanks
-- PMM