mirror of
https://github.com/github/codeql.git
synced 2026-04-27 01:35:13 +02:00
stop recursive fromRhs related to getLaterBaseAccess
This commit is contained in:
@@ -234,7 +234,8 @@ module AccessPath {
|
||||
or
|
||||
baseName = fromRhs(write.getBase(), root)
|
||||
or
|
||||
baseName = fromRhs(GetLaterAccess::getLaterBaseAccess(write), root)
|
||||
baseName = fromRhs(GetLaterAccess::getLaterBaseAccess(write), root) and
|
||||
not baseName.matches("%.%")
|
||||
)
|
||||
or
|
||||
exists(GlobalVariable var |
|
||||
|
||||
Reference in New Issue
Block a user