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
TestNewBinaryIOCleanup: fix a comment, minor rewrite
The main reason is to improve the comment about pidfd in Go 1.23+.
While at it:
- avoid slice manipulation as we only need count;
- avoid repeating "/proc/self/fd".
Updates: containerd#10345.
Signed-off-by: Kir Kolyshkin <[email protected]>
(cherry picked from commit 94c1632)
Signed-off-by: Austin Vazquez <[email protected]>
0 commit comments