mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
Limex: fix acceleration path analysis
This commit is contained in:
parent
f658c4e149
commit
411317639b
@ -170,7 +170,7 @@ void findPaths(const NGHolder &g, NFAVertex v,
|
||||
/* path has looped back to one of the active+boring acceleration
|
||||
* states. We can ignore this path if we have sufficient back-
|
||||
* off. */
|
||||
paths->push_back({CharReach()});
|
||||
paths->push_back({cr});
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user