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-10-13 13:22:38 +01:00
2025-07-01 23:32:31 +01:00
2025-08-19 11:41:17 -07:00
2025-10-07 15:58:36 +01:00
2025-08-23 18:55:46 +01:00
2025-04-08 16:07:06 +01:00
2025-10-28 12:56:26 +00:00
2025-09-20 22:12:58 +01:00
2025-09-17 12:20:24 -07:00
2025-10-16 18:28:52 +01:00
2025-09-19 16:40:09 -07:00
2025-10-02 17:22:28 +01:00
2025-09-21 16:37:26 +01:00
2025-07-22 21:15:17 +01:00
2025-10-10 18:19:47 +01:00
2025-09-22 11:23:50 +01:00
2025-10-22 19:11:37 +01:00
2025-03-23 12:01:18 -07:00
2025-09-21 11:30:12 -07:00
2025-10-20 13:27:33 +01:00
2025-08-12 17:50:40 +01:00
2025-08-03 10:55:54 -07:00
2025-08-12 17:50:40 +01:00
2025-09-02 21:14:34 -07:00
2025-10-29 19:03:23 +00:00
2025-04-04 21:14:29 +01:00
2025-06-22 17:00:02 +01:00
2025-09-24 22:37:18 +01:00
2025-09-26 21:01:04 +01:00
2025-04-05 11:37:58 +01:00
2025-06-20 12:15:27 -07:00
2025-09-30 14:09:37 +01:00
2025-10-23 17:40:13 +01:00