[Bug 36164] New: valgrind shows an unitialized variable in programs/cmd/tests/batch.c
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(a)winehq.org Reporter: austinenglish(a)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.
https://bugs.winehq.org/show_bug.cgi?id=36164 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |valgrind -- 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.
https://bugs.winehq.org/show_bug.cgi?id=36164 Thomas Faller <tfaller.dev(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tfaller.dev(a)gmail.com --- Comment #1 from Thomas Faller <tfaller.dev(a)gmail.com> --- I've submitted a patch for this issue: http://source.winehq.org/patches/data/112013 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=36164 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |4e91fa5f6b82109540ae16b7ed1 | |db86e27f43394 Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #2 from Austin English <austinenglish(a)gmail.com> --- (In reply to Thomas Faller from comment #1)
I've submitted a patch for this issue: http://source.winehq.org/patches/data/112013
Fixed by 4e91fa5f6b82109540ae16b7ed1db86e27f43394. -- 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.
https://bugs.winehq.org/show_bug.cgi?id=36164 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #3 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.47. -- 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.
participants (1)
-
wine-bugs@winehq.org