https://bugs.winehq.org/show_bug.cgi?id=38915
Bug ID: 38915 Summary: valgrind shows uninitialized memory in kernel32/tests/time.c Product: Wine Version: 1.7.47 Hardware: x86 OS: Linux Status: NEW Keywords: download, source, testcase, valgrind Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: austinenglish@gmail.com Distribution: ---
==9514== Conditional jump or move depends on uninitialised value(s) ==9514== at 0x4877927: test_GetSystemTimes (time.c:864) ==9514== by 0x4877B42: func_time (time.c:888) ==9514== by 0x4895F6F: run_test (test.h:584) ==9514== by 0x48963B7: main (test.h:666) ==9514== Uninitialised value was created by a client request ==9514== at 0x7BC4B34B: mark_block_uninitialized (heap.c:208) ==9514== by 0x7BC4B4A0: initialize_block (heap.c:239) ==9514== by 0x7BC4F802: RtlAllocateHeap (heap.c:1716) ==9514== by 0x48777E4: test_GetSystemTimes (time.c:850) ==9514== by 0x4877B42: func_time (time.c:888) ==9514== by 0x4895F6F: run_test (test.h:584) ==9514== by 0x48963B7: main (test.h:666) ==9514==