Aug. 24, 2026
9:36 a.m.
When export forwarders have circular dependencies, Wine currently causes a stack overflow, which differs from Windows behavior. This patch uses a stack to detect circular dependencies and returns the same error code as Windows. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=60130 Signed-off-by: Kyle Yang kyle.chaoxin.yang@gmail.com -- v7: ntdll: Detect circular export forwarders and return the appropriate error. https://gitlab.winehq.org/wine/wine/-/merge_requests/11701