mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
parent
e1f4542e65
commit
44b5955ecd
@ -326,6 +326,10 @@ ch_error_t catchupPcre(struct HybridContext *hyctx, unsigned int id,
|
|||||||
} else if (cbrv == CH_CALLBACK_SKIP_PATTERN) {
|
} else if (cbrv == CH_CALLBACK_SKIP_PATTERN) {
|
||||||
DEBUG_PRINTF("user callback told us to skip this pattern\n");
|
DEBUG_PRINTF("user callback told us to skip this pattern\n");
|
||||||
pd->scanStart = hyctx->length;
|
pd->scanStart = hyctx->length;
|
||||||
|
if (top_id == id) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (top_id == id) {
|
if (top_id == id) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user