Re: [PATCH 25/25] contrib/plugins: fix coverity warning in hotblocks

2023-10-10 Thread Philippe Mathieu-Daudé
On 9/10/23 18:41, Alex Bennée wrote: Coverity complains that we have an unbalance use of mutex leading to potential deadlocks. Fixes: CID 1519048 Fixes: a208ba09bd ("tests/plugin: add a hotblocks plugin") Reviewed-by: Philippe Mathieu-Daudé Signed-off-by: Alex Bennée --- contrib/plugins/

[PATCH 25/25] contrib/plugins: fix coverity warning in hotblocks

2023-10-09 Thread Alex Bennée
Coverity complains that we have an unbalance use of mutex leading to potential deadlocks. Fixes: CID 1519048 Signed-off-by: Alex Bennée --- contrib/plugins/hotblocks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/plugins/hotblocks.c b/contrib/plugins/hotblocks.c in