зеркало из https://github.com/github/codeql.git
stop recursive fromRhs related to getLaterBaseAccess
This commit is contained in:
Родитель
84a7b3ca52
Коммит
8eed1a95f6
|
@ -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 |
|
||||
|
|
Загрузка…
Ссылка в новой задаче