mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Fix jump node by using associated property
This commit is contained in:
@@ -182,7 +182,7 @@ private module JumpNodes {
|
||||
|
||||
override DataFlow::Node getAJumpSuccessor(boolean preservesValue) {
|
||||
preservesValue = true and
|
||||
result.asExpr() = call.getParameterProperty().getAnAccess()
|
||||
result.asExpr() = prop.getAnAccess()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user