Files
containerd/core
Austin Vazquez 88af11e081 core/runtime/v2: fix race on Windows deferredPipeConnection.c in Read
Read short-circuited on `if dpc.c == nil` before calling
`dpc.wg.Wait()` which races with the dialer goroutine spawned in
openShimLog. The dialer assigns `dpc.c = c` (and may set `dpc.conerr`)
outside any lock; the only synchronization is the WaitGroup, and Read
skipped it on the fast path.

Signed-off-by: Austin Vazquez <austin.vazquez@docker.com>
2026-05-21 17:15:58 -05:00
..
2026-04-09 14:17:35 +08:00
2026-03-15 15:00:42 +01:00
2026-03-17 13:36:17 +01:00
2026-03-15 18:24:14 +01:00
2026-03-22 22:52:10 +00:00
2024-10-18 16:04:54 -07:00