﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
11364	Possible non-thread-safe call to MythCoreContext::ConnectToMasterServer	peper03@…	stuartm	"IdleScreen::CheckConnectionToServer in MythFrontend calls MythCoreContext::ConnectToMasterServer, which has the following comment:

// Assumes that either m_sockLock is held, or the app is still single
// threaded (i.e. during startup).

As m_sockLock cannot be accessed outside of MythCoreContext and IdleScreen::CheckConnectionToServer is triggered by a timer (i.e. not only at startup), it would appear that this call is not thread-safe.

The second patch (Added-SafeConnectToMasterServer.diff​) in ticket #11238 provides a thread-safe wrapper, which could be called instead."	Bug Report - General	closed	minor	0.27	MythTV - General	Master Head	medium	fixed			0
