New Defects reported by Coverity Scan for libvirt

Hi, Please find the latest report on new defect(s) introduced to libvirt found with Coverity Scan. 1 new defect(s) introduced to libvirt found with Coverity Scan. New defect(s) Reported-by: Coverity Scan Showing 1 of 1 defect(s) ** CID 465770: Concurrent data access violations (MISSING_LOCK) /src/remote/remote_daemon_dispatch.c: 1781 in remoteClientCloseFunc() ________________________________________________________________________________________________________ *** CID 465770: Concurrent data access violations (MISSING_LOCK) /src/remote/remote_daemon_dispatch.c: 1781 in remoteClientCloseFunc() 1775 1776 daemonRemoveAllClientStreams(priv->streams); 1777 1778 remoteClientFreePrivateCallbacks(priv); 1779 1780 #if WITH_SASL
CID 465770: Concurrent data access violations (MISSING_LOCK) Accessing "priv->sasl" without holding lock "virMutex.lock". Elsewhere, "daemonClientPrivate.sasl" is written to with "virMutex.lock" held 3 out of 3 times.
1781 g_clear_pointer(&priv->sasl, virObjectUnref); 1782 #endif 1783 } 1784 1785 1786 static int
________________________________________________________________________________________________________ To view the defects in Coverity Scan visit, https://u15810271.ct.sendgrid.net/ls/click?upn=u001.AxU2LYlgjL6eX23u9ErQy-2B...
participants (1)
-
scan-admin@coverity.com