mirror of
https://github.com/github/codeql.git
synced 2026-08-03 00:43:00 +02:00
7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
import cpp
|
|
import semmle.code.cpp.controlflow.Dereferenced
|
|
|
|
from Expr op, Expr e
|
|
where dereferencedByOperation(op, e) // => dereferenced(e)
|
|
select op, e
|