Open
Description
@nodejs/cpp-reviewers
The data guarded by this critical section may be read while in an inconsistent state or modified by multiple racing threads.
In
node::inspector::MainThreadInterface::DispatchMessages()
: Checking the value of a thread-shared field outside of a locked region to determine if a locked operation involving that thread shared field has completed. (CWE-543)
node/src/inspector/main_thread_interface.cc
Lines 242 to 263 in a08129c