C++: Fix compilation.

This commit is contained in:
Cornelius Riemenschneider
2021-02-16 16:17:59 +00:00
committed by GitHub
parent b25f1fd44a
commit a04883cafc

View File

@@ -113,7 +113,7 @@ private class StdSequenceContainerPush extends TaintFunction {
this.getClassAndName("push_back") instanceof Array or
this.getClassAndName(["push_back", "push_front"]) instanceof Deque or
this.getClassAndName("push_front") instanceof ForwardList or
this.getClassAndName("push_back") instanceof List or
this.getClassAndName("push_back") instanceof List
}
override predicate hasTaintFlow(FunctionInput input, FunctionOutput output) {