]> git.ipfire.org Git - thirdparty/openssh-portable.git/commit
Ensure SA_SIGNAL test only signals itself.
authorDarren Tucker <dtucker@dtucker.net>
Fri, 8 May 2020 11:50:43 +0000 (21:50 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 8 May 2020 11:50:43 +0000 (21:50 +1000)
commit4fa9e048c2af26beb7dc2ee9479ff3323e92a7b5
treec8ae4e29d16258eab9b866454ff6f0cbec01220d
parentdc2da29aae76e170d22f38bb36f1f5d1edd5ec2b
Ensure SA_SIGNAL test only signals itself.

When the test's child signals its parent and it exits the result of
getppid changes.  On Ubuntu 20.04 this results in the ppid being that
of the GDM session, causing it to exit.  Analysis and testing from pedro
at ambientworks.net
configure.ac