https://bugs.winehq.org/show_bug.cgi?id=36783
Bug ID: 36783 Summary: valgrind shows two invalid writes in kernel32/tests/thread.c Product: Wine Version: 1.7.20 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
==27802== Invalid write of size 4 ==27802== at 0x4E34830: test_SetThreadContext (thread.c:988) ==27802== by 0x4E37887: func_thread (thread.c:1763) ==27802== by 0x4E537EE: run_test (test.h:584) ==27802== by 0x4E53BBA: main (test.h:654) ==27802== Address 0x6a8e8d4 is on thread 1's stack ==27802==
==27802== Invalid write of size 4 ==27802== at 0x4E34842: test_SetThreadContext (thread.c:989) ==27802== by 0x4E37887: func_thread (thread.c:1763) ==27802== by 0x4E537EE: run_test (test.h:584) ==27802== by 0x4E53BBA: main (test.h:654) ==27802== Address 0x6a8e8d0 is on thread 1's stack ==27802==
note: I disabled test_thread_fpu_cw() because of a valgrind bug, which you may need to do to see this.