qemu-e2k/scripts/coverity-scan
Paolo Bonzini 243a545bff coverity-model: make g_free a synonym of free
Recently, Coverity has started complaining about using g_free() to free
memory areas allocated by GLib functions not included in model.c,
such as g_strfreev.  This unfortunately goes against the GLib
documentation, which suggests that g_malloc() should be matched
with g_free() and plain malloc() with free(); since GLib 2.46 however
g_malloc() is hardcoded to always use the system malloc implementation,
and g_free is just "free" plus a tracepoint.  Therefore, this
should not cause any problem in practice.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2021-07-30 12:04:01 +02:00
..
COMPONENTS.md coverity-scan: Remove lm32 / unicore32 targets 2021-07-06 07:49:41 +02:00
coverity-scan.docker hw/usb/ccid: remove references to NSS 2021-07-14 14:33:53 +01:00
model.c coverity-model: make g_free a synonym of free 2021-07-30 12:04:01 +02:00
run-coverity-scan coverity-scan: switch to vpath build 2021-07-06 07:54:50 +02:00