[Bug 38453] New: valgrind shows an uninitialized variable in programs/vbscript/tests/run.c

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 20 02:55:02 CDT 2015


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

            Bug ID: 38453
           Summary: valgrind shows an uninitialized variable in
                    programs/vbscript/tests/run.c
           Product: Wine
           Version: 1.7.41
          Hardware: x86
                OS: Linux
            Status: NEW
          Keywords: download, source, testcase, valgrind
          Severity: normal
          Priority: P2
         Component: vbscript
          Assignee: wine-bugs at winehq.org
          Reporter: austinenglish at gmail.com
      Distribution: ---

==16708== Conditional jump or move depends on uninitialised value(s)
==16708==    at 0x5410862: Global_InStrRev (global.c:1830)
==16708==    by 0x54209BD: invoke_builtin (vbdisp.c:248)
==16708==    by 0x54217DE: DispatchEx_InvokeEx (vbdisp.c:484)
==16708==    by 0x5423843: IDispatchEx_InvokeEx (dispex.h:299)
==16708==    by 0x5423843: disp_call (???:0)
==16708==    by 0x5413474: do_icall (interp.c:585)
==16708==    by 0x5413688: interp_icall (interp.c:632)
==16708==    by 0x54176DC: exec_script (interp.c:2138)
==16708==    by 0x54295DA: exec_global_code (vbscript.c:83)
==16708==    by 0x542B07B: VBScriptParse_ParseScriptText (vbscript.c:623)
==16708==    by 0x487B811: IActiveScriptParse32_ParseScriptText
(activscp.h:1293)
==16708==    by 0x487B811: parse_script (???:0)
==16708==    by 0x487CCA1: run_from_res (run.c:2077)
==16708==    by 0x487DE13: run_tests (run.c:2262)
==16708==    by 0x487E009: func_run (run.c:2312)
==16708==    by 0x4883E96: run_test (test.h:584)
==16708==    by 0x48842D0: main (test.h:666)
==16708==  Uninitialised value was created by a stack allocation
==16708==    at 0x542058B: invoke_builtin (vbdisp.c:173)
==16708==

-- 
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