From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IxyZs-0002BC-Ci for qemu-devel@nongnu.org; Fri, 30 Nov 2007 00:38:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IxyZr-0002Ao-3Q for qemu-devel@nongnu.org; Fri, 30 Nov 2007 00:38:16 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IxyZq-0002Ah-S8 for qemu-devel@nongnu.org; Fri, 30 Nov 2007 00:38:14 -0500 Received: from rn-out-0910.google.com ([64.233.170.190] helo=rn-out-0102.google.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IxyZq-0006aM-Gx for qemu-devel@nongnu.org; Fri, 30 Nov 2007 00:38:14 -0500 Received: by rn-out-0102.google.com with SMTP id i19so2279042rng for ; Thu, 29 Nov 2007 21:38:14 -0800 (PST) Message-ID: Date: Fri, 30 Nov 2007 14:38:14 +0900 From: "Magnus Damm" Subject: Re: [Qemu-devel] [PATCH] Fix for execve syscall In-Reply-To: <20071119133901.GA27579@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071119133901.GA27579@localhost.localdomain> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Nov 19, 2007 10:39 PM, Kirill A. Shutemov 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 Harbaugh)". Works here for the sh4 target. Unbreaks the execve syscall. Please apply. / magnus