mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
Jenkins-1424: fixed error which misses report of logical combination under
vacuous input.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user