mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
An application terminating because of a signal like SIGSEGV, SIGABRT and friends, will exit with a signal number that is 128 + $SIGNAL_NUMBER, so let's ensure that the daemon has not been terminated because of a such error This makes even more sense with address sanitizer builds, as the daemon would exit with abort.