1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-06 04:03:48 +02:00
Files
coreutils/tests
Pádraig Brady b294aff3fe sort: fix silent exit upon SIGPIPE from --compress-program
* src/sort.c (main): Ignore SIGPIPE so we've more control over
how we handle for stdout and compression programs.
(sort_die): Handle EPIPE from stdout and mimic a standard SIGPIPE,
otherwise reverting to a standard exit(SORT_FAILURE);
* tests/sort/sort-compress-proc.sh: Add a test case.
* NEWS: Mention the bug fix.
2025-10-29 19:03:23 +00:00
..
2025-08-19 11:41:17 -07:00
2025-09-17 12:20:24 -07:00
2025-10-22 19:11:37 +01:00
2025-03-23 12:01:18 -07:00
2025-08-12 17:50:40 +01:00
2025-08-12 17:50:40 +01:00
2025-06-20 12:15:27 -07:00