Update cpp/ql/lib/semmle/code/cpp/rangeanalysis/SimpleRangeAnalysis.qll

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2026-02-16 09:30:56 +00:00
committed by GitHub
parent 2dc91a56eb
commit 84be8517bb

View File

@@ -512,7 +512,7 @@ private module BoundsEstimate {
*/
float getBoundsLimit() {
// This limit is arbitrary, but low enough that it prevents timeouts on
// specific observed customer databases (and the in the tests).
// specific observed customer databases (and in the tests).
result = 2.0.pow(29)
}