aboutsummaryrefslogtreecommitdiff
path: root/src/exec.c
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fl.fischer@fau.de>2019-09-29 23:49:17 +0200
committerFlorian Fischer <florian.fl.fischer@fau.de>2019-09-29 23:49:17 +0200
commit9cc0a7f4ab4b0584bf06a4713563d96e4a3a9a72 (patch)
treecb03fcc51cdf4442f1a5cce5fa6e18f978bb1617 /src/exec.c
parent3f173d0b6c85ce5fffdcbe3da3b01eef8192033e (diff)
downloadallocbench-9cc0a7f4ab4b0584bf06a4713563d96e4a3a9a72.tar.gz
allocbench-9cc0a7f4ab4b0584bf06a4713563d96e4a3a9a72.zip
catch SIGSEGV as well; register sa_handlers only if its SIG_DLF before
Diffstat (limited to 'src/exec.c')
-rw-r--r--src/exec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exec.c b/src/exec.c
index 4397992..6985fb2 100644
--- a/src/exec.c
+++ b/src/exec.c
@@ -26,7 +26,6 @@ int main(int argc, char* argv[]) {
}
}
-
// Run cmd.
execvp(argv[i], &argv[i]);