May 5, 2026
8:40 p.m.
Fixes a regression introduced by d48e8d03bd679480c24671908f1d2e4c0851bd65. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59690 Before the regression commit loopback forward addresses were (wrongly) not present on Linux. GetAdaptersInfo() doesn't return loopback interface, that's why the address stays as 'magic_loopback_addr'. But even if we properly found loopback adapter that wouldn't change much, loopback address is only supposed to be returned if there is no real network adapters / addresses active at all (there is already a test for that but the test didn't work due to 'magic loopback address' substituted in Wine). -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10825