-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: core-libs
-
b105
-
generic
-
generic
-
Not verified
The documentation for the method update(byte[] b, int off, int len) in Adler32 and CRC32 should specify ArrayIndexOutOfBoundsException that is thrown if off < 0, len < 0, off > b.length - len.