mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
8 lines
246 B
Plaintext
8 lines
246 B
Plaintext
import python
|
|
import Util
|
|
private import LegacyPointsTo
|
|
|
|
from ControlFlowNode f, ControlFlowNode x
|
|
where PointsTo::pointsTo(f, _, ObjectInternal::unknown(), x)
|
|
select locate(f.getLocation(), "abchr"), f.toString(), x.getLocation().getStartLine()
|