commit | 3ee7f21ed292966f5cd3eb71aa06f8ffc0e5ae41 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Apr 27 14:54:23 2023 +0200 |
committer | Thomas Huth <thuth@redhat.com> | Fri Apr 28 08:05:37 2023 +0200 |
tree | a6c8d6877336f0e4e7b427f79161fb23622072c0 | |
parent | e017462db554bedd82fa3bb86cd72d9e38684dd4 [diff] |
tests: vhost-user-test: release mutex on protocol violation chr_read() is printing an error message and returning with s->data_mutex taken. This can potentially cause a hang. Reported by Coverity. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-Id: <20230427125423.103536-1-pbonzini@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>