Fix: compat_futex.c: *uaddr should be read as volatile
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 6 Jul 2015 19:01:22 +0000 (15:01 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 6 Jul 2015 20:48:06 +0000 (16:48 -0400)
commita99b1455f89d4b214afcee19799776b45afcfed2
tree1c79426648ce0bd011d18064417420d38305f62e
parent5a631bd917d9173deda3fa06cf2ec22ab9db3194
Fix: compat_futex.c: *uaddr should be read as volatile

Ensure that a volatile read is used when reading *uaddr in the
compatibility implementation for sys_futex FUTEX_WAIT.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
compat_futex.c
This page took 0.024478 seconds and 4 git commands to generate.