http://bugs.winehq.org/show_bug.cgi?id=26048
Summary: cmd tests show some uninitialized value errors under valgrind Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: minor Priority: P2 Component: cmd AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Created an attachment (id=33220) --> (http://bugs.winehq.org/attachment.cgi?id=33220) valgrind log
Conditional jump or move depends on uninitialised value(s) at real_length (sortkey.c:329) by wine_compare_string (sortkey.c:338) by CompareStringW (locale.c:2824) by WCMD_expand_envvar (wcmdmain.c:548) by handleExpansion (wcmdmain.c:823) by WCMD_ReadAndParseLine (wcmdmain.c:1783) by WCMD_batch (batch.c:93) by WCMD_run_program (wcmdmain.c:1131) by WCMD_execute (wcmdmain.c:1554) by WCMD_process_commands (wcmdmain.c:2170) by wmain (wcmdmain.c:2431) by __wine_spec_exe_wentry (exe_wentry.c:36) by ??? (process.c:1034) by start_process (process.c:1086) by ??? (signal_i386.c:2473) by call_thread_entry_point (signal_i386.c:2499) by start_process (loader.c:2606) by ??? (port.c:60) Uninitialised value was created by a stack allocation at WCMD_expand_envvar (wcmdmain.c:483)