mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
remove type cast, and fix expected test results
This commit is contained in:
@@ -669,7 +669,7 @@ module TaintTracking {
|
||||
|
||||
override predicate step(DataFlow::Node pred, DataFlow::Node succ) {
|
||||
succ = this and
|
||||
this.(DataFlow::CallNode).getAnArgument() = pred
|
||||
this.getAnArgument() = pred
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user