ddebug: don't use abort()

We don't want a core dump.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
This commit is contained in:
Marek Olšák
2016-07-19 21:18:25 +02:00
parent 26ef8158ac
commit 6b9924ccb6
+1 -1
View File
@@ -556,7 +556,7 @@ dd_kill_process(void)
fprintf(stderr, "dd: Aborting the process...\n");
fflush(stdout);
fflush(stderr);
abort();
exit(1);
}
static bool