Potential truncation issue CRT-D0020
Bug risk
Major
1 occurrence in this check
truncation in comparison 64->32 bit; cast the other operand to uint64 instead
 88			}
 89
 90			got := LimitedUint32(test.max)
 91			if got > uint32(test.max) { 92				t.Errorf("more than %v. got: %v", test.max, got)
 93			}
 94		})