Re: [PATCH 3/6] coverity-model: remove model for more allocation functions

2021-08-02 Thread Peter Maydell
On Sat, 31 Jul 2021 at 07:29, Paolo Bonzini wrote: > > These models are not needed anymore now that Coverity does not check > anymore that the result is used with "g_free". Coverity understands > GCC attributes and uses them to detect leaks. > > Signed-off-by: Paolo Bonzini > --- > scripts/cove

[PATCH 3/6] coverity-model: remove model for more allocation functions

2021-07-30 Thread Paolo Bonzini
These models are not needed anymore now that Coverity does not check anymore that the result is used with "g_free". Coverity understands GCC attributes and uses them to detect leaks. Signed-off-by: Paolo Bonzini --- scripts/coverity-scan/model.c | 105 +- 1 file