]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Neither FUTEX_WAKE or FUTEX_WAKE_BITSET actually dereference the
authorTom Hughes <tom@compton.nu>
Tue, 16 Feb 2010 15:05:55 +0000 (15:05 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 16 Feb 2010 15:05:55 +0000 (15:05 +0000)
commite548bda0ec74bb29e48e0eea9a633d52cc7662eb
treeb1726b83a8aead5e18a7f052c07d507c3c1ece6e
parent811fdfeae2265a73f3c4977b59ba525409961901
Neither FUTEX_WAKE or FUTEX_WAKE_BITSET actually dereference the
futex at all (they just use the address) so we shouldn't insist on
it's contents being define. Fixes #224723.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11048
coregrind/m_syswrap/syswrap-linux.c