commit | 5b982f3bdeee8f0b2215d53012fea4da7c558cc6 | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Mon Oct 09 17:41:04 2023 +0100 |
committer | Alex Bennée <alex.bennee@linaro.org> | Wed Oct 11 08:46:39 2023 +0100 |
tree | ea7555b04d86c1e8fbabfc406c01b0bc721b6a4f | |
parent | ec7ee95db90984509bb0824d62d1272f53cbec19 [diff] |
contrib/plugins: fix coverity warning in hotblocks 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é <philmd@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20231009164104.369749-26-alex.bennee@linaro.org>