cppcheck icon indicating copy to clipboard operation
cppcheck copied to clipboard

10454: Fix handling of max unsigned long long value

Open Ken-Patrick opened this issue 4 years ago • 1 comments

Ken-Patrick avatar Sep 06 '21 19:09 Ken-Patrick

We shouldn't be setting 18446744073709551615 to -1 in the first place. Setting the value to -1 and then trying to ignore it later because its incorrect, just seems to make it more complicated.

pfultz2 avatar Sep 06 '21 21:09 pfultz2