mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
docs: rename ql-training-rst > ql-training
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import cpp
|
||||
|
||||
from ExprCall c, PointerDereferenceExpr deref, VariableAccess va,
|
||||
Access fnacc
|
||||
where c.getLocation().getFile().getBaseName() = "cjpeg.c" and
|
||||
c.getLocation().getStartLine() = 640 and
|
||||
deref = c.getExpr() and
|
||||
va = deref.getOperand() and
|
||||
fnacc = va.getTarget().getAnAssignedValue()
|
||||
select c, fnacc.getTarget()
|
||||
Reference in New Issue
Block a user