libvirt/src/rpc
Michal Privoznik 1fdac3d99a virNetSocketNewConnectUNIX: Don't unlink(NULL)
There is a possibility that we jump onto error label with @lockpath
still initialized to NULL. Here, the @lockpath should be unlink()-ed,
but passing there a NULL is not a good idea. Don't do that. In fact,
we should call unlink() only if we created the lock file successfully.

Reported-by: John Ferlan <jferlan@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
2015-04-17 10:02:28 +02:00
..
gendispatch.pl Rename DomainGetIOThreadsInfo to DomainGetIOThreadInfo 2015-03-26 16:11:10 +01:00
genprotocol.pl genprotocol.pl: Fix code on FreeBSD too 2013-09-27 18:32:42 +02:00
gensystemtap.pl Fix generation of systemtap probes for RPC protocols 2013-03-14 12:42:22 +00:00
virkeepalive.c Indent top-level labels by one space in src/rpc/ 2014-03-25 14:58:40 +01:00
virkeepalive.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
virkeepaliveprotocol.x Define keepalive protocol 2011-11-24 11:44:08 +01:00
virnetclient.c virnet*: Don't unlock object in dispose 2015-03-10 12:36:08 +01:00
virnetclient.h remote: Improve libssh2 password authentication 2013-07-12 09:22:38 +02:00
virnetclientprogram.c Indent top-level labels by one space in src/rpc/ 2014-03-25 14:58:40 +01:00
virnetclientprogram.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
virnetclientstream.c Indent top-level labels by one space in src/rpc/ 2014-03-25 14:58:40 +01:00
virnetclientstream.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
virnetmessage.c Add RPC implementation for virDomainOpenGraphicsFd 2014-08-26 19:26:28 +02:00
virnetmessage.h Add RPC implementation for virDomainOpenGraphicsFd 2014-08-26 19:26:28 +02:00
virnetprotocol.x Adjust legacy max payload size to account for header information 2013-10-07 13:28:44 +02:00
virnetsaslcontext.c Indent top-level labels by one space in src/rpc/ 2014-03-25 14:58:40 +01:00
virnetsaslcontext.h Tie SASL callbacks lifecycle to virNetSessionSASLContext 2013-11-26 11:52:58 +01:00
virnetserver.c Remove unnecessary curly brackets in rest of src/[o-u]*/ 2014-11-14 17:13:36 +01:00
virnetserver.h daemon: Introduce max_anonymous_clients 2014-03-17 17:45:13 +01:00
virnetserverclient.c rpc: Don't unref identity object while callbacks still can be executed 2015-03-25 13:37:42 +01:00
virnetserverclient.h Include process start time when doing polkit checks 2013-05-08 10:47:45 +01:00
virnetservermdns.c Add virLogSource variables to all source files 2014-03-18 14:29:22 +00:00
virnetservermdns.h Change file names in comments to match the files they are in 2014-03-10 14:26:04 +01:00
virnetserverprogram.c Indent top-level labels by one space in src/rpc/ 2014-03-25 14:58:40 +01:00
virnetserverprogram.h maint: fix up copyright notice inconsistencies 2012-09-20 16:30:55 -06:00
virnetserverservice.c Remove unnecessary curly brackets in rest of src/[o-u]*/ 2014-11-14 17:13:36 +01:00
virnetserverservice.h rpc: set listen backlog on FDs as well as on other sockets 2014-08-22 09:12:13 +02:00
virnetsocket.c virNetSocketNewConnectUNIX: Don't unlink(NULL) 2015-04-17 10:02:28 +02:00
virnetsocket.h Add a virNetSocketNewConnectSockFD method 2013-09-24 09:37:26 +01:00
virnetsshsession.c Use virBufferCheckError everywhere we report OOM error 2014-07-03 10:48:14 +02:00
virnetsshsession.h remote: Improve libssh2 password authentication 2013-07-12 09:22:38 +02:00
virnettlscontext.c security: fix DH key generation when FIPS mode is on 2014-09-04 11:56:36 +02:00
virnettlscontext.h Add APIs to get at more client security data 2013-03-19 13:11:46 +00:00