Files
codeql/cpp/ql/test/library-tests/scanf/scanfFormatLiteral.ql
2018-08-02 17:53:23 +01:00

5 lines
182 B
Plaintext

import semmle.code.cpp.commons.Scanf
from ScanfFormatLiteral sfl, int n
select sfl.getUse(), n, sfl.getConversionChar(n), sum(sfl.getMaxWidth(n)), sum(sfl.getMaxConvertedLength(n))