Regression: Base64.encode(chunk=true) has bug when input length is multiple of 76
The resulting array is correct except there are two extra 0 bytes appended to the end.
Description
Regression: Base64.encode(chunk=true) has bug when input length is multiple of 76
The resulting array is correct except there are two extra 0 bytes appended to the end.
1. codec80-to-make-junit-fail.patch
2. codec80-the-fix.patch