From 871f6d060a7276595cb323acb34e6a0e56ff95da Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Nov 10 2014 17:04:24 +0000 Subject: Call _exit() instead of exit() in canalyze Use _exit() instead of exit() in the canalyze subprocess, like all of the other non-exec subprocesses. --- diff --git a/src/canalyze.c b/src/canalyze.c index 97ce672..b8f8221 100644 --- a/src/canalyze.c +++ b/src/canalyze.c @@ -81,12 +81,12 @@ not_valid_after(PLArenaPool *arena, struct cm_nickcert *nc) cm_log(0, "Decoding error on \"%.*s\" " "(%d bytes)!\n", (int) (q - p), p, length); - exit(1); + _exit(1); } if (CERT_GetCertTimes(&cert, &nvb, &nva) != SECSuccess) { cm_log(0, "Parsing error on \"%.*s\"!\n", (int) (q - p), p); - exit(1); + _exit(1); } if (nva < PR_Now()) { cm_log(1, "Certificate \"%s\" no longer valid.\n",