Files
codeql/cpp/ql/test/library-tests/scanf/scanfFunctionCallOutput.ql
Mathias Vorreiter Pedersen 2902a19a50 C++: Add more scanf testing.
2026-05-18 10:58:50 +01:00

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