mirror of
https://github.com/github/codeql.git
synced 2026-04-19 05:54:00 +02:00
7 lines
216 B
Plaintext
7 lines
216 B
Plaintext
import cpp
|
|
import semmle.code.cpp.rangeanalysis.SimpleRangeAnalysis
|
|
import experimental.semmle.code.cpp.rangeanalysis.extensions.StrlenLiteralRangeExpr
|
|
|
|
from FunctionCall fc
|
|
select fc, upperBound(fc), lowerBound(fc)
|