mirror of
https://github.com/ziglang/zig.git
synced 2026-01-25 00:35:20 +00:00
This was found on a user's machine when calling "git" as a child process from msys. Instead of getting BROKEN_PIPE on GetOverlappedREsult, it would occur on ReadFile which would then cause the function to hang because the async operation was never started.