]> Git Repo - qemu.git/commit
linux-user: Fix handling of iovec counts
authorPeter Maydell <[email protected]>
Fri, 15 Jul 2016 13:57:26 +0000 (14:57 +0100)
committerRiku Voipio <[email protected]>
Wed, 21 Sep 2016 11:19:46 +0000 (14:19 +0300)
commitdab32b321f4d510ed5171b12f68bd5aa7a02cffe
tree437940b07e81a35ed72b8631f68897e5350f163e
parenta008535b9fa396226ff9cf78b8ac5f3584bda58e
linux-user: Fix handling of iovec counts

In the kernel the length of an iovec is generally handled as
an unsigned long, not an integer; fix the parameter to
lock_iovec() accordingly.

Signed-off-by: Peter Maydell <[email protected]>
Signed-off-by: Riku Voipio <[email protected]>
linux-user/syscall.c
This page took 0.025414 seconds and 4 git commands to generate.