https://bugs.winehq.org/show_bug.cgi?id=54045
Bug ID: 54045 Summary: ntdll:rtl - test_RtlIpv6StringToAddress() fails on Windows 11 Product: Wine Version: unspecified Hardware: x86-64 OS: Windows Status: NEW Severity: normal Priority: P2 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com
ntdll:rtl - test_RtlIpv6StringToAddress() fails on Windows 11:
rtl.c:2061: Test failed: [::0:0:0:0:0:0:0] terminator = 0052F925, expected 0052F923 rtl.c:2061: Test failed: [::0:a:b:c:d:e:f] terminator = 0052F935, expected 0052F933 rtl.c:2067: Test failed: [::0:a:b:c:d:e:f] ip = 0:0:a00:b00:c00:d00:e00:f00, expected 0:0:0:a00:b00:c00:d00:e00 rtl.c:2293: Test failed: [::0:0:0:0:0:0:0] res = 0x00000000, expected 0xc000000d rtl.c:2293: Test failed: [::0:a:b:c:d:e:f] res = 0x00000000, expected 0xc000000d
See https://test.winehq.org/data/patterns.html#ntdll:rtl
Note that the 32-bit version crashes too due to bug 53536.