Home
last modified time | relevance | path

Searched hist:e17bdaab (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/scripts/coverity-scan/
H A Dmodel.ce17bdaab Tue Jul 27 11:03:16 CDT 2021 Paolo Bonzini <pbonzini@redhat.com> coverity-model: write models fully for non-array allocation functions

Coverity seems to have issues figuring out the properties of g_malloc0
and other non *_n functions. While this was "fixed" by removing the
custom second argument to __coverity_mark_as_afm_allocated__, inline
the code from the array-based allocation functions to avoid future
issues.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>