procps/ps
Qualys Security Advisory 7bd4f0b6d7 0062-ps/display.c: Always exit from signal_handler().
Right now, "we _exit() anyway" is not always true: for example, the
default action for SIGURG is to ignore the signal, which means that
"kill(getpid(), signo);" does not terminate the process. Call _exit()
explicitly, in this case (rather than exit(), because the terminating
kill() calls do not call the functions registered with atexit() either).
2018-06-09 21:45:38 +10:00
..
common.h ps: changed to exploit a newly added UID used at login 2018-02-19 20:33:59 +11:00
COPYING license: update FSF addresses 2012-03-04 08:04:24 +11:00
display.c 0062-ps/display.c: Always exit from signal_handler(). 2018-06-09 21:45:38 +10:00
global.c ps: changed to exploit a newly added UID used at login 2018-02-19 20:33:59 +11:00
HACKING docs: remove old information from HACKING 2012-01-13 22:42:38 +01:00
help.c library: cleanup of library includes 2016-04-16 17:03:57 +10:00
output.c 0061-ps/output.c: Always null-terminate outbuf in show_one_proc(). 2018-06-09 21:45:38 +10:00
parser.c misc: eliminate all those remaining gcc -Wall warnings 2017-05-22 21:38:10 +10:00
ps.1 ps: add times & cputimes format specifiers: cumulative CPU time in seconds 2018-03-02 22:19:40 +11:00
regression procps 010114 2002-02-01 22:47:29 +00:00
select.c ps: exploit those new <pids> task/threads capabilities 2015-10-05 21:52:08 +11:00
sortformat.c related: change for lost 'PROCPS_' enumerator prefixes 2016-07-26 20:49:44 +10:00
stacktrace.c misc: just eliminate several 'unused' warning messages 2016-07-26 07:59:48 +10:00