cppcheck
cppcheck copied to clipboard
Fix 11203: false positive: knownConditionTrueFalse 'always false' when comparing integer with floating-point
If this actually overflows should the overflow be more "controlled" so the result does not flip? Is this a case like https://trac.cppcheck.net/ticket/9994 where the value actually should be 128-bit?
Or even being reported as a finding?
I am no longer disabling UBSAN for this case.
Anymow feedback on this?