mirror of
https://github.com/github/codeql.git
synced 2026-03-06 07:36:47 +01:00
5 lines
182 B
Plaintext
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))
|