Re: [Qemu-devel] [PATCH 5/6] linux-user: Check is_hostfd in mmap syscalls
Le 01/06/2018 à 00:49, Richard Henderson a écrit : > Signed-off-by: Richard Henderson > --- > linux-user/syscall.c | 9 + > 1 file changed, 9 insertions(+) > Reviewed-by: Laurent Vivier
[Qemu-devel] [PATCH 5/6] linux-user: Check is_hostfd in mmap syscalls
Signed-off-by: Richard Henderson --- linux-user/syscall.c | 9 + 1 file changed, 9 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index b98125829b..d7513d5dac 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -9605,11 +9605,17 @@ abi_long do_syscall(