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 instructions
Reported by Coverity as CID 1539967.
Cc: Alex Bennée
Signed-off-by: Paolo Bonzini
---
contrib/plugins/howvec.c | 2 +-
1 file changed, 1 insertion(+),
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 instructions
Reported by Coverity as CID 1539967.
Cc: Alex Bennée
Signed-off-by: Paolo Bonzini
---
contrib/plugins/howvec.c | 2 +-
1 file changed, 1 insertion(+),
rec->count.score is inside rec, which is freed before rec->count.score is.
Reorder the instructions
Reported by Coverity as CID 1539967.
Cc: Alex Bennée
Signed-off-by: Paolo Bonzini
---
contrib/plugins/howvec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/plugins