http://bugs.winehq.org/show_bug.cgi?id=28821
Bug #: 28821 Summary: kernel32/tests/time.ok: uninitialized memory read in GetCalendarInfoA Product: Wine Version: 1.3.30 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: kernel32 AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com Classification: Unclassified
Running "make time.ok" in kernel32/tests causes Valgrind to complain:
Use of uninitialised value of size 4 at wcstombs_sbcs (wctomb.c:152) by wine_cp_wcstombs (wctomb.c:456) by WideCharToMultiByte (locale.c:2010) by GetCalendarInfoA (time.c:620) by test_GetCalendarInfo (time.c:667) 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:1703) by HeapAlloc (heap.c:267) by GetCalendarInfoA (time.c:615) by test_GetCalendarInfo (time.c:667)