-
Bug
-
Resolution: Fixed
-
P3
-
8
-
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.