Files
codeql-sample-polkit/argv-out-of-bounds.ql
2022-02-14 14:07:35 -08:00

12 lines
195 B
Plaintext

/**
* @name Argv index out-of-bounds
* @kind problem
* @id cpp/example/argv-out-of-bounds
*/
import cpp
from Parameter argc
where argc.getName() = "argc"
select argc, "Definition of argc"