Call safe _exit(2) instead
@ -651,7 +651,7 @@ ATTR_NORETURN
static void CRT_handleSIGTERM(int sgn) {
(void) sgn;
CRT_done();
exit(0);
_exit(0);
}
#ifdef HAVE_SETUID_ENABLED
The note is not visible to the blocked user.