[Bug 36149] New: valgrind shows some an unintialized variable in jscript/tests/run.c

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 28 21:12:05 CDT 2014


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

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

==2393== Conditional jump or move depends on uninitialised value(s)
==2393==    at 0x6A30536: jsval_type (jsval.h:213)
==2393==    by 0x6A30EB5: jsval_release (jsutils.c:215)
==2393==    by 0x6A1A540: interp_end_finally (engine.c:802)
==2393==    by 0x6A1FB58: enter_bytecode (engine.c:2462)
==2393==    by 0x6A1FF33: exec_source (engine.c:2534)
==2393==    by 0x6A28341: exec_global_code (jscript.c:113)
==2393==    by 0x6A2A853: JScriptParse_ParseScriptText (jscript.c:805)
==2393==    by 0x4E59234: parse_script (activscp.h:1290)
==2393==    by 0x4E5B086: run_from_res (run.c:1814)
==2393==    by 0x4E5CF89: run_tests (run.c:2160)
==2393==    by 0x4E5DECA: func_run (run.c:2411)
==2393==    by 0x4E5ED5F: run_test (test.h:584)
==2393==    by 0x4E5F14E: main (test.h:654)
==2393==  Uninitialised value was created by a stack allocation
==2393==    at 0x6A1A40E: interp_end_finally (engine.c:793)
==2393==

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