https://bugs.winehq.org/show_bug.cgi?id=50118
Bug ID: 50118 Summary: connection_GetAdapterId infinite loop in Qt5Network.dll Product: Wine Version: 5.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: iphlpapi Assignee: wine-bugs@winehq.org Reporter: mk939@ymail.com Distribution: ---
Created attachment 68613 --> https://bugs.winehq.org/attachment.cgi?id=68613 Command line output comparison
Application: Genshin Impact update program (launcher)
In Wine 5.17 and 5.20 "iphlpapi.GetAdaptersAddresses" seems to trigger an infinite loop which consists of this log entry:
023c:fixme:netprofm:connection_GetAdapterId 00000000023572A0, 0000000002FBB630
Greppting through the files reveals that "GetAdaptersAddresses" is used in Qt5Network.dll, hence it might also affect other applications.