]> Git Repo - qemu.git/commit - linux-user/main.c
linux-user: Verify MIPS syscall arguments
authorAn-Cheng Huang <[email protected]>
Tue, 9 Aug 2011 19:32:38 +0000 (12:32 -0700)
committerRiku Voipio <[email protected]>
Fri, 9 Sep 2011 07:47:54 +0000 (10:47 +0300)
commit94c19610a6973ad917d9c154eabfc2ee27bc4f59
tree7906d81c0407a26c0c658bcb17d8f7cebe72eca9
parent29fb0f25303a76edb100362eaea59b6f74bdb823
linux-user: Verify MIPS syscall arguments

On MIPS, some syscall arguments are taken from the stack. This patch adds
verification such that do_syscall() is only invoked if all arguments
have been successfully taken from the stack.

Signed-off-by: Riku Voipio <[email protected]>
Reviewed-by: Peter Maydell <[email protected]>
Signed-off-by: An-Cheng Huang <[email protected]>
linux-user/main.c
This page took 0.025594 seconds and 4 git commands to generate.