This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RFC: Untested Win32 InetAddress tweak


Hi all,

The last part of java.net.InetAddress.lookup (a native method) is the
same in both Posix and Win32 variants except for a security check that
was removed from the Posix variant in August 2004.  The attached patch
removes this check from the Win32, synchronising the two.

I don't have the ability to test this, so could someone try it for me?
Alternatively, is this a trivial enough change to just commit blind?

Cheers,
Gary

Attachment: win32-no-security-check.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]