On 11/3/24 09:16, Paolo Bonzini wrote:
rec->count.score is inside rec, which is freed before rec->count.score is. Reorder the instructionsReported by Coverity as CID 1539967. Cc: Alex Bennée <alex.ben...@linaro.org> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> --- contrib/plugins/howvec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>