[Git][wine/wine][master] 2 commits: jscript: Treat empty string as NULL in GetScriptDispatch.
Alexandre Julliard pushed to branch master at wine / wine Commits: e0318426 by Robert Gerigk at 2026-03-11T14:16:52+01:00 jscript: Treat empty string as NULL in GetScriptDispatch. On Windows, GetScriptDispatch(L"") returns the global dispatch object, same as GetScriptDispatch(NULL). Wine previously returned E_INVALIDARG because it only checked for NULL, not for an empty string. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59504 - - - - - b54977d6 by Robert Gerigk at 2026-03-11T14:16:54+01:00 vbscript: Treat empty string as NULL in GetScriptDispatch. On Windows, GetScriptDispatch(L"") returns the global dispatch object, same as GetScriptDispatch(NULL). Wine previously returned E_INVALIDARG because it only checked for NULL, not for an empty string. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=59504 - - - - - 4 changed files: - dlls/jscript/jscript.c - dlls/jscript/tests/jscript.c - dlls/vbscript/tests/vbscript.c - dlls/vbscript/vbscript.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e4d0decebcfad87c9a39b300dbd8fb... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e4d0decebcfad87c9a39b300dbd8fb... You're receiving this email because of your account on gitlab.winehq.org.
participants (1)
-
Alexandre Julliard (@julliard)