mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
nodes is never empty at this stage, emplace_back() is called just previously
This commit is contained in:
parent
a1fbe84660
commit
879cc0a183
@ -358,9 +358,7 @@ bool doComponent(RoseBuild &rose, ReportManager &rm, NGHolder &g, NFAVertex a,
|
||||
// single report ID on a vertex
|
||||
if (is_match_vertex(a, g)) {
|
||||
DEBUG_PRINTF("stop puffing due to vertex that leads to accept\n");
|
||||
if (!nodes.empty()) {
|
||||
nodes.pop_back();
|
||||
}
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user