From ef31f3fa2ca48f7cfc9a5d106f35c53ea4e647c4 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 9 Oct 2023 14:15:18 -0400 Subject: Unmask signals before exec! --- kitd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/kitd.c b/kitd.c index d3dbe3b..2c8ceee 100644 --- a/kitd.c +++ b/kitd.c @@ -185,6 +185,7 @@ int main(int argc, char *argv[]) { setpgid(0, 0); dup2(stdoutRW[1], STDOUT_FILENO); dup2(stderrRW[1], STDERR_FILENO); + sigprocmask(SIG_SETMASK, &unmask, NULL); execvp(argv[0], (char *const *)argv); err(127, "%s", argv[0]); } -- cgit 1.4.1 ame='id' value='599bf3d6743ed01998947039f239607b643a0873'/> libtls for OpenSSL
summary refs log tree commit diff
path: root/scripts/wrap-compiler-for-flag-check (unfollow)
Commit message (Expand)Author
2021-05-25import: Add missing scripts/wrap-compiler-for-flag-checkJune McEnroe
2021-05-08Import LibreSSL 3.3.3June McEnroe
2021-04-18build: Remove added x509_verify.3 links 3.3.2June McEnroe
2021-04-18tls: Use EC_KEY_set_ex_dataJune McEnroe
2021-04-18Import LibreSSL 3.3.2June McEnroe
2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe
2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe
2020-12-15Import LibreSSL 3.3.1June McEnroe
2020-11-24Import LibreSSL 3.3.0June McEnroe
2020-10-22Import LibreSSL 3.2.2June McEnroe
2020-09-29Import LibreSSL 3.2.1June McEnroe
2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe
2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe
2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe