On Thu, May 2, 2019 at 2:28 AM Daniel Fuchs wrote:
>
> 1. IPSupport needs to read system properties, attempts
> to bind sockets etc... I wonder how that might interact
> with tests that use a security manager, as some of these
> operations may throw a SecurityException.
> Maybe so
Hi Alex,
It looks great and very solid in general!
Some minor comments are below.
http://cr.openjdk.java.net/~amenkov/IPv6/webrev.04/src/jdk.jdwp.agent/share/native/libdt_socket/socketTransport.c.frames.html
263 * Result must be release wit
On 06/05/2019 18:31, Arthur Eubanks wrote:
I added a test that set an empty SecurityManager and called
InetAddress.getLoopbackAddress(). It passed, there were no permission
issues.
Then I looked at the code around NetworkInterface.getByInetAddress(),
and I don't see anything related to security