Re: [Qemu-devel] [PATCH] Fix for execve syscall

2007-11-29 Thread Magnus Damm
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

[Qemu-devel] [PATCH] Fix for execve syscall

2007-11-19 Thread Kirill A. Shutemov
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