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 Aug 14, 2023. It is now read-only.
I believe that when executing overlapped operations on Windows a requirements is that the address of the OVERLAPPED passed in does not change, but I believe that during pipe creation the overlapped passed in does indeed change addresses, which I think can cause segfaults.