From acffc9d36c4f6eccff22dc3eeb2e7ec122d0ae58 Mon Sep 17 00:00:00 2001 From: "Chang, Harry" Date: Wed, 31 Oct 2018 11:00:11 +0800 Subject: [PATCH] Jenkins-1424: fixed error which misses report of logical combination under vacuous input. --- src/runtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime.c b/src/runtime.c index 9fbb8e81..64a04fd7 100644 --- a/src/runtime.c +++ b/src/runtime.c @@ -445,6 +445,7 @@ done_scan: scratch); } +set_retval: if (rose->flushCombProgramOffset) { if (roseRunFlushCombProgram(rose, scratch, ~0ULL) == MO_HALT_MATCHING) { unmarkScratchInUse(scratch); @@ -452,7 +453,6 @@ done_scan: } } -set_retval: DEBUG_PRINTF("done. told_to_stop_matching=%d\n", told_to_stop_matching(scratch)); hs_error_t rv = told_to_stop_matching(scratch) ? HS_SCAN_TERMINATED