Aug. 19, 2026
5:11 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 -- v2: loader: detect circular export forwarders and return the appropriate error https://gitlab.winehq.org/wine/wine/-/merge_requests/11701