From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GxPEB-0003s5-RF for qemu-devel@nongnu.org; Thu, 21 Dec 2006 09:48:59 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GxPE9-0003rP-OZ for qemu-devel@nongnu.org; Thu, 21 Dec 2006 09:48:59 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GxPE9-0003rM-Jl for qemu-devel@nongnu.org; Thu, 21 Dec 2006 09:48:57 -0500 Received: from [65.74.133.4] (helo=mail.codesourcery.com) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GxPE9-0005QP-3R for qemu-devel@nongnu.org; Thu, 21 Dec 2006 09:48:57 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH] Simplily linux-user/path.c Date: Thu, 21 Dec 2006 14:48:51 +0000 References: <1d592d70612111745s8f6b7fcy5e115874d066fe15@mail.gmail.com> <1d592d70612120456s21299325q811e75310d432266@mail.gmail.com> In-Reply-To: <1d592d70612120456s21299325q811e75310d432266@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200612211448.52161.paul@codesourcery.com> 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 Cc: Kirill Shutemov On Tuesday 12 December 2006 12:56, Kirill Shutemov wrote: > I have no ideas why path.c is so complex. Any? In the attachment > rewritten version. It has tested with qemu-arm. Your patch is buggy. You're returning a pointer to a stack allocated object. Paul