mirror of
https://github.com/github/codeql.git
synced 2026-05-01 03:35:13 +02:00
C++: Fix compilation.
This commit is contained in:
committed by
GitHub
parent
b25f1fd44a
commit
a04883cafc
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user