mirror of
https://github.com/github/codeql.git
synced 2026-05-26 17:11:24 +02:00
6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
import semmle.code.cpp.commons.Scanf
|
|
|
|
from ScanfFunctionCall sfc, Expr e, int n
|
|
where e = sfc.getOutputArgument(n)
|
|
select sfc, e, n
|