RFR - 8087190: Regression in sun.net.util.IPAddressUtil.isIPv4LiteralAddress(String)
Rob McKenna
rob.mckenna at oracle.com
Fri Aug 21 19:49:10 UTC 2015
Hi folks, looking for a review for this simple change.
The change for https://bugs.openjdk.java.net/browse/JDK-8040747
initialised each octet to 0. This meant that ... was translated to
0.0.0.0 before checking the validity of the address.
This small change remedies that.
http://cr.openjdk.java.net/~robm/8087190/webrev.01/
I just noticed that I neglected to add 8087190 to the @bug tag of
textToNumericFormat.java. I'll do that pre-push.
-Rob
More information about the net-dev
mailing list