nextcloud-desktop/shell_integration
Jocelyn Turcotte c6442f67c1 shell_integration: Fix a crash on explorer startup
There is a race condition that can initialize the RemotePathChecker
instance concurrently on the same address and cause a crash when locking
the mutex. The reason is that local static initialization is not
thread-safe with MSVC2013.

Fix the issue by using call_once to initialize a static unique_ptr
instead.

This could be related to some reports of issue #2836.
2015-02-18 17:33:46 +01:00
..
dolphin Import the dolphin plugin 2014-11-24 15:06:08 +01:00
dolphin_kf5 Dolphin plugin for KF5 2015-01-05 17:23:36 +01:00
icons cmake: Fix installation of overlay icons on linux 2014-09-29 16:08:49 +02:00
MacOSX shell_integration: Cleanup our uses of NSLog 2015-02-17 18:23:30 +01:00
nautilus Nautilus integration: clean up, fix bugs #2820 2015-02-11 14:53:17 +01:00
windows shell_integration: Fix a crash on explorer startup 2015-02-18 17:33:46 +01:00
CMakeLists.txt Remove socketapiclient 2015-01-28 11:13:38 +01:00