RFR 8234377: new BitArray(0).toString() throws ArrayIndexOutOfBoundsException
Weijun Wang
weijun.wang at oracle.com
Tue Nov 19 06:32:51 UTC 2019
Please take a review at
http://cr.openjdk.java.net/~weijun/8234377/webrev.00/
The BitArray::toString didn't expect the length could be zero and always tries to print out the last octet.
Thanks,
Max
More information about the security-dev
mailing list