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
The Rust standard library had suppressed the default SIGPIPE
behavior, see rust-lang/rust#13158.
Since the parent's signal handler would be inherited by it's child
process, thus we should re-enable the standard SIGPIPE behavior as a
workaround.
Fixes: kata-containers#1887
Signed-off-by: fupan.lfp <[email protected]>
(cherry picked from commit 0ae364c)
Signed-off-by: Fabiano Fidêncio <[email protected]>
0 commit comments