mirror of
https://github.com/JetBrains/JetBrainsRuntime.git
synced 2025-12-06 09:29:38 +01:00
8317804: com/sun/jdi/JdwpAllowTest.java fails on Alpine 3.17 / 3.18
Reviewed-by: cjplummer, mbaesken
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1998, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1998, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@@ -752,7 +752,7 @@ socketTransport_startListening(jdwpTransportEnv* env, const char* address,
|
||||
|
||||
if (isEqualIPv6Addr(listenAddr, mappedAny)) {
|
||||
for (ai = addrInfo; ai != NULL; ai = ai->ai_next) {
|
||||
if (isEqualIPv6Addr(listenAddr, in6addr_any)) {
|
||||
if (isEqualIPv6Addr(ai, in6addr_any)) {
|
||||
listenAddr = ai;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user