commit | 499c5aad0c2a4204ce28bd7761cabe9ceba57bec | [log] [tgz] |
---|---|---|
author | Dmitry V. Levin <ldv@altlinux.org> | Wed Mar 11 14:57:57 2015 +0000 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Mon Mar 16 14:23:09 2015 +0000 |
tree | b1b30d6c210f2d484310f48d5b9c52c83371065c | |
parent | 3aa45f3cc2103c7bf80c45452c29e7b7e7dda089 [diff] |
semctl: fix indirect syscall decoding On architectures where the semctl call is implemented by the ipc syscall the 4th argument is passed by reference. * ipc.c (sys_semctl): Handle the indirect ipc subcall case. * tests/ipc_sem.c (main): Optionally match indirection in the 4th argument of semctl calls. Reported-by: Andreas Schwab <schwab@suse.de>