[Qemu-devel] [PATCH 1/6] linux-user: Perform more checks on iovec lists

2012-10-11 Thread Richard Henderson
Validate count between 0 and IOV_MAX. Limit total length of operation in the same way the kernel does. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 162 --- 1 file changed, 102 insertions(+), 60 deletions(-) diff --git a/linux-user

[Qemu-devel] [PATCH 1/6] linux-user: Perform more checks on iovec lists

2012-09-21 Thread Richard Henderson
Validate count between 0 and IOV_MAX. Limit total length of operation in the same way the kernel does. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 162 --- 1 file changed, 102 insertions(+), 60 deletions(-) diff --git a/linux-user

[Qemu-devel] [PATCH 1/6] linux-user: Perform more checks on iovec lists

2012-09-15 Thread Richard Henderson
Validate count between 0 and IOV_MAX. Limit total length of operation in the same way the kernel does. Signed-off-by: Richard Henderson --- linux-user/syscall.c | 162 --- 1 file changed, 102 insertions(+), 60 deletions(-) diff --git a/linux-user