[Bug 36164] New: valgrind shows an unitialized variable in programs/cmd/tests/batch.c

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Apr 29 18:44:03 CDT 2014


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

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

==763== Conditional jump or move depends on uninitialised value(s)
==763==    at 0x4EE36BD: WCMD_execute (wcmdmain.c:1335)
==763==    by 0x4EE5E52: WCMD_process_commands (wcmdmain.c:2294)
==763==    by 0x4ECEFD0: WCMD_batch (batch.c:95)
==763==    by 0x4EE30A0: WCMD_run_program (wcmdmain.c:1187)
==763==    by 0x4EE4383: WCMD_execute (wcmdmain.c:1618)
==763==    by 0x4EE5E52: WCMD_process_commands (wcmdmain.c:2294)
==763==    by 0x4EE6CE7: wmain (wcmdmain.c:2590)
==763==    by 0x4EE724A: __wine_spec_exe_wentry (exe_wentry.c:36)
==763==    by 0x7B8641DB: ??? (process.c:1045)
==763==    by 0x7B864328: start_process (process.c:1097)
==763==    by 0x7BC87017: ??? (signal_i386.c:2571)
==763==    by 0x7BC87060: call_thread_func (signal_i386.c:2630)
==763==    by 0x7BC86FF5: ??? (signal_i386.c:2571)
==763==    by 0x7BC5A14C: start_process (loader.c:2840)
==763==    by 0x403DFD4: ??? (port.c:60)
==763==  Uninitialised value was created by a client request
==763==    at 0x7BC4C4AE: mark_block_uninitialized (heap.c:209)
==763==    by 0x7BC4C619: initialize_block (heap.c:240)
==763==    by 0x7BC50F25: RtlAllocateHeap (heap.c:1717)
==763==    by 0x4EE134A: heap_alloc (wcmdmain.c:444)
==763==    by 0x4EE358C: WCMD_execute (wcmdmain.c:1310)
==763==    by 0x4EE5E52: WCMD_process_commands (wcmdmain.c:2294)
==763==    by 0x4ECEFD0: WCMD_batch (batch.c:95)
==763==    by 0x4EE30A0: WCMD_run_program (wcmdmain.c:1187)
==763==    by 0x4EE4383: WCMD_execute (wcmdmain.c:1618)
==763==    by 0x4EE5E52: WCMD_process_commands (wcmdmain.c:2294)
==763==    by 0x4EE6CE7: wmain (wcmdmain.c:2590)
==763==    by 0x4EE724A: __wine_spec_exe_wentry (exe_wentry.c:36)
==763==    by 0x7B8641DB: ??? (process.c:1045)
==763==    by 0x7B864328: start_process (process.c:1097)
==763==    by 0x7BC87017: ??? (signal_i386.c:2571)
==763==    by 0x7BC87060: call_thread_func (signal_i386.c:2630)
==763==    by 0x7BC86FF5: ??? (signal_i386.c:2571)
==763==    by 0x7BC5A14C: start_process (loader.c:2840)
==763==    by 0x403DFD4: ??? (port.c:60)
==763==

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