Re: [libvirt] [PATCH v3 36/48] remote: fix lock ordering mistake in event registration

2019-07-30 Thread Andrea Bolognani
On Mon, 2019-07-29 at 18:11 +0100, Daniel P. Berrangé wrote:
> If the event (un)registration methods are invoked while no connection is
> open, they jump to a cleanup block which unlocks a mutex which is not
> currently locked.
> 
> Signed-off-by: Daniel P. Berrangé 
> ---
>  src/remote/remote_daemon_dispatch.c | 64 ++---
>  1 file changed, 32 insertions(+), 32 deletions(-)

Reviewed-by: Andrea Bolognani 

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Re: [libvirt] [PATCH v3 36/48] remote: fix lock ordering mistake in event registration

2019-07-30 Thread Ján Tomko

On Mon, Jul 29, 2019 at 06:11:18PM +0100, Daniel P. Berrangé wrote:

If the event (un)registration methods are invoked while no connection is
open, they jump to a cleanup block which unlocks a mutex which is not
currently locked.

Signed-off-by: Daniel P. Berrangé 
---
src/remote/remote_daemon_dispatch.c | 64 ++---
1 file changed, 32 insertions(+), 32 deletions(-)



Reviewed-by: Ján Tomko 

Jano


signature.asc
Description: PGP signature
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list