osquery-1/osquery/extensions
Stefano Bonicatti dee0212433 Fix a race condition between Thrift server stop() and listen() (#5937)
If a Thrift server is requested to stop before everything is
properly initialized a race condition could happen.
Specifically if stopping during a listen() a race condition will happen
accessing childInterruptSockWriter_, which is a socket initialized by listen(),
in a non thread-safe way, and used by stop() to notify other threads
that they should shutdown.
2019-10-31 08:38:46 -04:00
..
tests Improve error reporting from extension manager (#5860) 2019-10-04 15:44:54 -04:00
thrift Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
BUCK remove thrift_impl from osquery plugin_sdk 2019-02-26 11:20:08 -08:00
CMakeLists.txt Refactor third-party libraries to build from source on Linux (#5706) 2019-08-30 16:25:19 +02:00
extensions.cpp Improve error reporting from extension manager (#5860) 2019-10-04 15:44:54 -04:00
impl_thrift.cpp Fix a race condition between Thrift server stop() and listen() (#5937) 2019-10-31 08:38:46 -04:00
interface.cpp Use Status::success throughout osquery (#5542) 2019-03-29 04:28:39 -07:00
interface.h Update osquery licensing wording (#5452) 2019-02-19 10:59:48 -08:00