On Nov 19, 2007 10:39 PM, Kirill A. Shutemov <[EMAIL PROTECTED]> wrote:
> There is error in execve syscall implementation. guest_argp and guest_envp
> should not be altered during argument list checking.
>
> This bug was introduced by commit "suppressed tgetx and tputx (initial
> patch by Thayne Ha
There is error in execve syscall implementation. guest_argp and guest_envp
should not be altered during argument list checking.
This bug was introduced by commit "suppressed tgetx and tputx (initial
patch by Thayne Harbaugh)".
diff --git a/linux-user/syscall.c b/linux-user/syscall.c
index f08ba