[Bug 38462] valgrind shows an uninitialized variable in dlls/mshtml/tests/activex.c test_exec_script()

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 21 04:04:19 CDT 2015


https://bugs.winehq.org/show_bug.cgi?id=38462

--- Comment #1 from Nikolay Sivov <bunglehead at gmail.com> ---
What happens is that execScript() doesn't touch returned variant at all;
jscript will set it only if SCRIPTTEXT_ISEXPRESSION is specified, which is not
a case here. I tried with NULL argument and it uncovered another problem - wine
accepts it while execScript() fails on windows.

This needs more tests to see what execScript() returns in this variant.

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list