April 16, 2026
9:47 p.m.
Track call depth in script_ctx_t and return error 28 'Out of stack space' when it exceeds a fixed limit. Previously Wine would crash with a native stack overflow. -- v7: vbscript: Add call depth limit to prevent stack overflow on infinite recursion. https://gitlab.winehq.org/wine/wine/-/merge_requests/10592