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:04 +0000 (16:48 -0400)
commit3887117a5650a14b8b9cc95e2e73bc269575bf46
treead482c1ccb44d9fc695b49023e01791b64095c6b
parent54497f3fd52db1d95ca5d84b8cf26952538f4308
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.025015 seconds and 4 git commands to generate.