Re: [PATCH] [SV 63307] Unignore SIGPIPE in spawned children

2022-11-02 Thread Philip Guenther
make should note whether SIGPIPE is ignored on entry and, if so, then it should leave it ignored when it invokes other programs and not unconditionally set SIGPIPE to SIGDFL. Philip Guenther On Wed, Nov 2, 2022 at 6:29 AM Andreas Schwab wrote: > * configure.ac: Check for

[PATCH] [SV 63307] Unignore SIGPIPE in spawned children

2022-11-02 Thread Andreas Schwab
* configure.ac: Check for posix_spawnattr_setsigdefault. * src/job.c (child_execute_job): Set SIGPIPE to default in the child process. --- configure.ac | 2 +- src/job.c| 18 ++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index