On 25 January 2015 at 00:00, Chen Gang S <[email protected]> wrote: > In abi_long do_ioctl_dm(), after calls lock_user(), it does not call > unlock_user() before go to failure return in default case. > > Signed-off-by: Chen Gang <[email protected]> > --- > linux-user/syscall.c | 2 ++ > 1 file changed, 2 insertions(+) --
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
