diff options
author | Tom Musta <tommusta@gmail.com> | 2014-08-12 13:53:33 -0500 |
---|---|---|
committer | Riku Voipio <riku.voipio@linaro.org> | 2014-08-22 15:06:34 +0300 |
commit | 5d2fa8ebb4dae0057ed9baab617971dcd5ea493f (patch) | |
tree | ad944fae2d8f3c3da3fd3aa106d63667986540a6 /page_cache.c | |
parent | 035273440b4d12c6e8b1cf2787778064355d21e2 (diff) |
linux-user: Dereference Pointer Argument to ipc/semctl Sys Call
When the ipc system call is used to wrap a semctl system call,
the ptr argument to ipc needs to be dereferenced prior to passing
it to the semctl handler. This is because the fourth argument to
semctl is a union and not a pointer to a union.
Signed-off-by: Tom Musta <tommusta@gmail.com>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to 'page_cache.c')
0 files changed, 0 insertions, 0 deletions