]> git.proxmox.com Git - mirror_qemu.git/commit
linux-user: fix mismatch of lock/unlock_user() invocations in rt_sigqueinfo() syscall
authorMiloš Stojanović <Milos.Stojanovic@rt-rk.com>
Mon, 15 May 2017 14:59:44 +0000 (16:59 +0200)
committerRiku Voipio <riku.voipio@linaro.org>
Mon, 29 May 2017 11:56:08 +0000 (14:56 +0300)
commitd8b6d892c66c1b6f505cd5a2576e08deea200e6d
treea38c9170dfd7e72b733059f6d2d07d00d44ffe1d
parenta8617d8c2fa888a37ecb7db6635fb44964505277
linux-user: fix mismatch of lock/unlock_user() invocations in rt_sigqueinfo() syscall

Change the unlock_user() argument from arg1 to arg3 to match with
lock_user(), since arg3 contains the pointer to the siginfo_t structure.

Signed-off-by: Miloš Stojanović <Milos.Stojanovic@rt-rk.com>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/syscall.c