We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d15d6 commit e6763c8Copy full SHA for e6763c8
cpp/ql/lib/semmle/code/cpp/commons/Printf.qll
@@ -382,6 +382,7 @@ private int lengthInBase10(float f) {
382
result = f.log10().floor() + 1
383
}
384
385
+bindingset[expr]
386
private BufferWriteEstimationReason getEstimationReasonForIntegralExpression(Expr expr) {
387
// we consider the range analysis non trivial if it
388
// * constrained non-trivially both sides of a signed value, or
0 commit comments