mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 10:05:29 +00:00
code misses a char * cast and thus uses a wrong pointer for memset. This resulted in corruptions of a thread state for multi threaded programs. After vex: r2818 the memset did overwrite the tid value of a thread, making this bug visible. Lets use the c structures instead of pointer arithmetics. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@13838