Limex: fix acceleration path analysis

This commit is contained in:
Wang Xiang W 2020-03-18 09:36:51 -04:00 committed by Hong, Yang A
parent f658c4e149
commit 411317639b

View File

@ -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;
}