http://bugs.winehq.org/show_bug.cgi?id=26127
Summary: msvcrt/locale tests show a few uninitialized variables under valgrind Product: Wine Version: 1.3.13 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, source, testcase Severity: minor Priority: P2 Component: msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
Conditional jump or move depends on uninitialised value(s) at MSVCRT__create_locale (locale.c:802) by MSVCRT_setlocale (locale.c:1129) by test_setlocale (locale.c:123) by func_locale (locale.c:624) by run_test (test.h:556) by main (test.h:624) Uninitialised value was created by a client request at mark_block_uninitialized (heap.c:208) by initialize_block (heap.c:239) by RtlAllocateHeap (heap.c:1702) by MSVCRT_malloc (heap.c:298) by MSVCRT__create_locale (locale.c:730) by MSVCRT_setlocale (locale.c:1129) by test_setlocale (locale.c:123) by func_locale (locale.c:624) by run_test (test.h:556) by main (test.h:624) ... Conditional jump or move depends on uninitialised value(s) at MSVCRT__create_locale (locale.c:802) by MSVCRT_setlocale (locale.c:1129) by test_setlocale (locale.c:135) by func_locale (locale.c:624) by run_test (test.h:556) by main (test.h:624) Uninitialised value was created by a client request at mark_block_uninitialized (heap.c:208) by initialize_block (heap.c:239) by RtlAllocateHeap (heap.c:1702) by MSVCRT_malloc (heap.c:298) by MSVCRT__create_locale (locale.c:730) by MSVCRT_setlocale (locale.c:1129) by test_setlocale (locale.c:135) by func_locale (locale.c:624) by run_test (test.h:556) by main (test.h:624) ... Conditional jump or move depends on uninitialised value(s) at MSVCRT__create_locale (locale.c:802) by MSVCRT_setlocale (locale.c:1129) by test_setlocale (locale.c:412) by func_locale (locale.c:624) by run_test (test.h:556) by main (test.h:624) Uninitialised value was created by a client request at mark_block_uninitialized (heap.c:208) by initialize_block (heap.c:239) by RtlAllocateHeap (heap.c:1702) by MSVCRT_malloc (heap.c:298) by MSVCRT__create_locale (locale.c:730) by MSVCRT_setlocale (locale.c:1129) by test_setlocale (locale.c:412) by func_locale (locale.c:624) by run_test (test.h:556) by main (test.h:624) ... Conditional jump or move depends on uninitialised value(s) at MSVCRT__create_locale (locale.c:802) by MSVCRT_setlocale (locale.c:1129) by test_setlocale (locale.c:417) by func_locale (locale.c:624) by run_test (test.h:556) by main (test.h:624) Uninitialised value was created by a client request at mark_block_uninitialized (heap.c:208) by initialize_block (heap.c:239) by RtlAllocateHeap (heap.c:1702) by MSVCRT_malloc (heap.c:298) by MSVCRT__create_locale (locale.c:730) by MSVCRT_setlocale (locale.c:1129) by test_setlocale (locale.c:417) by func_locale (locale.c:624) by run_test (test.h:556) by main (test.h:624) ... Conditional jump or move depends on uninitialised value(s) at MSVCRT__create_locale (locale.c:805) by MSVCRT_setlocale (locale.c:1129) by test_setlocale (locale.c:417) by func_locale (locale.c:624) by run_test (test.h:556) by main (test.h:624) Uninitialised value was created by a client request at mark_block_uninitialized (heap.c:208) by initialize_block (heap.c:239) by RtlAllocateHeap (heap.c:1702) by MSVCRT_malloc (heap.c:298) by MSVCRT__create_locale (locale.c:731) by MSVCRT_setlocale (locale.c:1129) by test_setlocale (locale.c:417) by func_locale (locale.c:624) by run_test (test.h:556) by main (test.h:624)
http://bugs.winehq.org/show_bug.cgi?id=26127
Piotr Caban piotr.caban@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |piotr.caban@gmail.com
--- Comment #1 from Piotr Caban piotr.caban@gmail.com 2011-03-31 04:36:53 CDT --- This patch should fix this bug: http://source.winehq.org/patches/data/72753
http://bugs.winehq.org/show_bug.cgi?id=26127
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from Austin English austinenglish@gmail.com 2011-03-31 13:01:37 CDT --- (In reply to comment #1)
This patch should fix this bug: http://source.winehq.org/patches/data/72753
Fixed by http://source.winehq.org/git/wine.git/commitdiff/68239a620c631ef19797de7e65e...
http://bugs.winehq.org/show_bug.cgi?id=26127
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2011-04-01 12:41:03 CDT --- Closing bugs fixed in 1.3.17.
https://bugs.winehq.org/show_bug.cgi?id=26127
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |68239a620c631ef19797de7e65e | |6dc6603198b59 CC| |focht@gmx.net