Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
stacktrace-on-signal: Use kill(getpid(), sig_num)
kill(0, ...) re-raises the signal to every processes in the process group which may impact unrelated processes. Concretely, in our CI pipeline, a segfaulting Suricata process killed the test driver.
- Loading branch information