Files
codeql/csharp/ql/test/library-tests/unsafe/unsafe2.ql
2018-08-02 17:53:23 +01:00

6 lines
129 B
Plaintext

import csharp
from Operation e
where e.getAnOperand().getType() instanceof PointerType
select e.getLocation().getStartLine(), e