Re: [Qemu-devel] [V2 PATCH 08/12] linux-user: Detect fault in sched_rr_get_interval

2014-08-25 Thread David Gibson
On Tue, Aug 12, 2014 at 01:53:39PM -0500, Tom Musta wrote: > Properly detect a fault when attempting to store into an invalid > struct timespec pointer. > > Signed-off-by: Tom Musta > Reviewed-by: Peter Maydell Reviewed-by: David Gibson -- David Gibson| I'll have my music

[Qemu-devel] [V2 PATCH 08/12] linux-user: Detect fault in sched_rr_get_interval

2014-08-12 Thread Tom Musta
Properly detect a fault when attempting to store into an invalid struct timespec pointer. Signed-off-by: Tom Musta Reviewed-by: Peter Maydell --- V2: Peter has observed that there are other call sites that may need to be fixed. I will address that in future patch(es). linux-user/syscall.c |