don't crash on failure/crash

This commit is contained in:
Alex Groce 2018-07-28 00:32:43 -07:00
parent c4f533d003
commit 7b2fec9b37

View File

@ -577,10 +577,6 @@ extern int LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
enum DeepState_TestRunResult result = DeepState_RunTestLLVM(test);
if ((result == DeepState_TestRunFail) || (result == DeepState_TestRunCrash)) {
abort();
}
DeepState_Teardown();
DeepState_CurrentTestRun = NULL;
free(mem);