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
Avoid leaking pooled-stdout goroutine when cmd.Start() fails
Ensure that in case of cmd.Start() failure for pipelines that use pooled
buffers, we don't leak a pooled-buffer-copy goroutine.
Could be triggered/detected by using a command stage that fails on
command-not-found under the race detector.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments