mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 19:24:25 +03:00
Limex: fix acceleration path analysis
This commit is contained in:
committed by
Hong, Yang A
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
|
/* path has looped back to one of the active+boring acceleration
|
||||||
* states. We can ignore this path if we have sufficient back-
|
* states. We can ignore this path if we have sufficient back-
|
||||||
* off. */
|
* off. */
|
||||||
paths->push_back({CharReach()});
|
paths->push_back({cr});
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user