potentially the same issue with
TwoStacksPlainDatagramSocketImpl
for an IPV6 address.
as I have only ever enabled TwoStack via -Djava.net.preferIPv4Stack=true
then the sockaddr_in is sufficient to hold an IPV4 address
If we think it worthwhile,
I can make the equivalent change in TwoStack, and re-execute the
regression suites.
regards
Mark
On 18/12/2013 16:05, Chris Hegarty wrote:
On 18 Dec 2013, at 15:13, Alan Bateman <alan.bate...@oracle.com> wrote:
On 18/12/2013 15:09, Mark Sheppard wrote:
Hi,
please oblige and review the following changes
http://cr.openjdk.java.net/~msheppar/7102702/webrev/
Good sleuthing!! The change looks good to me.
Yes, this is a good find, and the changes look good.
Is there the same issue ( and fix ) in TwoStacksPlainDatagramSocketImpl.c also ?
-Chris
-Alan.