RFR - 8087190: Regression in sun.net.util.IPAddressUtil.isIPv4LiteralAddress(String)

Claes Redestad claes.redestad at oracle.com
Sun Aug 23 20:04:26 UTC 2015


Looks good to me.

/Claes (not a Reviewer)

On 2015-08-21 21:49, Rob McKenna wrote:
> 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