From 1d18c381b68851ec63450f8199c4380157422f42 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 16 Nov 2020 21:57:43 +0000 Subject: bugfix: s6-permafailon exitcode initialization --- AUTHORS | 1 + src/supervision/s6-permafailon.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index cbb094d..eb6c7da 100644 --- a/AUTHORS +++ b/AUTHORS @@ -36,3 +36,4 @@ Thanks to: Mira Ressel Eric Vidal Jens Rehsack + Xavier Stonestreet diff --git a/src/supervision/s6-permafailon.c b/src/supervision/s6-permafailon.c index 91df73d..6c012be 100644 --- a/src/supervision/s6-permafailon.c +++ b/src/supervision/s6-permafailon.c @@ -57,7 +57,7 @@ static void list_scan (char const *s, unsigned char *codes, sigset_t *sigs) int main (int argc, char const *const *argv, char const *const *envp) { - unsigned char codes[32] ; + unsigned char codes[32] = "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0" ; sigset_t sigs ; unsigned int total, seconds, n ; struct stat st ; -- cgit v1.2.3