Files
Pádraig Brady 2ed207cb1f nohup: avoid FORTIFY runtime failure on Bionic libc
The meaning of non-file permission umask bits is implementation defined.
On Bionic libc, attempting to set them triggers a FORTIFY runtime check.

  $ nohup true
  FORTIFY: umask: called with invalid mask -601
  Aborted                    nohup true

* src/nohup.c: (main) Avoid setting non-permission bits in umask.
Just clear the umask to ensure we create nohup.out with u+rw,
as we restore the original umask before the exec().
* tests/misc/nohup.sh: Add a test case.
* NEWS: Mention the bug fix.
2025-09-09 12:21:41 +01:00
..
2025-08-19 11:41:17 -07:00
2025-01-15 17:07:19 +00:00
2025-07-09 17:12:40 -07:00
2025-03-23 12:01:18 -07:00
2025-08-12 17:50:40 +01:00
2025-01-15 17:07:19 +00: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