RFR: JDK-8319382: com/sun/jdi/JdwpAllowTest.java shows failures on AIX if prefixLen of mask is larger than 32 in IPv6 case
Matthias Baesken
mbaesken at openjdk.org
Thu Nov 9 16:16:57 UTC 2023
On Wed, 8 Nov 2023 21:55:44 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
> does getaddrinfo return a single address? (parseAllowedAddr assumes so, but maybe that's wrong in the case)
>From what I see on AIX, only one entry is returned in the results struct of the getaddrinfo call.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/16561#issuecomment-1804127644
More information about the serviceability-dev
mailing list