You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 3, 2019. It is now read-only.
win pipe: race condition on queueing uv_pipe_zero_readfile_thread_proc
fixes a race condition where if uv_close was called shortly after uv_read_start or a successful read and before the uv_pipe_zero_readfile_thread_proc thread started, that thread would try to read the mutex object after it had already been deleted
0 commit comments