mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-06-02 15:56:35 +02:00
fc5c7b2e47
* src/timeout.c (main): Use PR_SET_PDEATHSIG to ensure the child is terminated even if the parent terminates abnormally. * tests/timeout/timeout-group.sh: Add a case to ensure sending SIGKILL results in the termination of the monitored command. * NEWS: Mention the improvement.