mirror of
https://github.com/valitydev/osquery-1.git
synced 2024-11-07 09:58:54 +00:00
dee0212433
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. |
||
---|---|---|
.. | ||
tests | ||
thrift | ||
BUCK | ||
CMakeLists.txt | ||
extensions.cpp | ||
impl_thrift.cpp | ||
interface.cpp | ||
interface.h |