We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652b8f5 commit a91949aCopy full SHA for a91949a
libqrexec/exec.c
@@ -64,7 +64,7 @@ void exec_qubes_rpc_if_requested(const char *prog, char *const envp[]) {
64
do {
65
if (i >= sizeof(argv)/sizeof(argv[0])-1) {
66
LOG(ERROR, "To many arguments to %s", RPC_REQUEST_COMMAND);
67
- exit(1);
+ _exit(1);
68
}
69
argv[i++] = tok;
70
} while ((tok=strtok_r(NULL, " ", &savetok)));
0 commit comments