Skip to content

Commit

Permalink
8317804: com/sun/jdi/JdwpAllowTest.java fails on Alpine 3.17 / 3.18
Browse files Browse the repository at this point in the history
Backport-of: b530c0281b5082994065b10addeb8366ffa58e2f
  • Loading branch information
MBaesken committed Jan 17, 2024
1 parent 9b5cd9d commit 0ac1bb7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -755,7 +755,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;
}
Expand Down

1 comment on commit 0ac1bb7

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.