]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpc: fix segmentation fault caused by null client-sock
authorGuannan Ren <gren@redhat.com>
Mon, 27 Aug 2012 08:59:25 +0000 (16:59 +0800)
committerGuannan Ren <gren@redhat.com>
Mon, 27 Aug 2012 08:59:25 +0000 (16:59 +0800)
commit2b8624dd33023bd706b55b5a956d242d53928ec5
treec2fdcecdadd17c6f832c7557235845d0f5bd38a1
parent340196c46fc8f4f266d16deb2c70a76d84368584
rpc: fix segmentation fault caused by null client-sock

The client-sock could have been set to NULL by eventloop thread
after async event fired.
src/rpc/virnetclient.c