mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
fix mistake in argumentPassing. The type-tracking was not required to be in an end state
This commit is contained in:
@@ -658,7 +658,7 @@ module API {
|
||||
*/
|
||||
private predicate argumentPassing(TApiNode base, Label::ApiLabel lbl, DataFlow::Node arg) {
|
||||
exists(DataFlow::Node use, DataFlow::LocalSourceNode pred |
|
||||
use(base, use) and pred = trackUseNode(use, _)
|
||||
use(base, use) and pred = trackUseNode(use)
|
||||
|
|
||||
exists(int i |
|
||||
lbl = Label::parameter(i) and
|
||||
|
||||
Reference in New Issue
Block a user