Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.1
Description
LargeMemoryUtil.checkedCastToInt does checked conversion from long -> int if BoundsChecking is enabled. However, it looks like there is a bug in the logic:
length <= Integer.MAX_VALUE || length >= Integer.MIN_VALUE
is always true.
Attachments
Issue Links
- links to