]> granicus.if.org Git - procps-ng/commit
ps: for abnormal end allow core dumps (fix qualys bug)
authorJim Warner <james.warner@comcast.net>
Sat, 4 Jan 2020 06:00:00 +0000 (00:00 -0600)
committerCraig Small <csmall@dropbear.xyz>
Sun, 5 Jan 2020 22:13:29 +0000 (09:13 +1100)
commit7db65421d0a964f898312ce29ae044019e40958a
treef3a06c4d95c7416530267a929e9636eb9bf006b5
parent9e4c2cca392399d7e1cf167816913581631b842c
ps: for abnormal end allow core dumps (fix qualys bug)

A Qualys audit patch, represented in the commit below,
added the _exit() call to our abnormal signal handler.
Unfortunately, that disabled the associated core dump.

This patch restores expected behavior of those signals
whose default produces a core dump file + termination.

Reference(s):
commit 2e4a59422104ed7fa5502874f9076b8118edd6a8

Signed-off-by: Jim Warner <james.warner@comcast.net>
ps/display.c