mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2026-01-01 14:15:43 +03:00
literal matchers: change context passed to callback to scratch
This commit is contained in:
committed by
Matthew Barr
parent
bc232d272f
commit
67a8f43355
@@ -764,7 +764,7 @@ void pureLiteralStreamExec(struct hs_stream *stream_state,
|
||||
// start the match region at zero.
|
||||
const size_t start = 0;
|
||||
|
||||
hwlmExecStreaming(ftable, scratch, len2, start, roseCallback, scratch,
|
||||
hwlmExecStreaming(ftable, len2, start, roseCallback, scratch,
|
||||
rose->initialGroups & rose->floating_group_mask);
|
||||
|
||||
if (!told_to_stop_matching(scratch) &&
|
||||
|
||||
Reference in New Issue
Block a user