From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Mjczm-00056A-GL for qemu-devel@nongnu.org; Fri, 04 Sep 2009 13:54:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Mjczi-000548-RS for qemu-devel@nongnu.org; Fri, 04 Sep 2009 13:54:46 -0400 Received: from [199.232.76.173] (port=56032 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Mjczi-000542-MT for qemu-devel@nongnu.org; Fri, 04 Sep 2009 13:54:42 -0400 Received: from an-out-0708.google.com ([209.85.132.246]:45200) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Mjczh-0006I4-TO for qemu-devel@nongnu.org; Fri, 04 Sep 2009 13:54:42 -0400 Received: by an-out-0708.google.com with SMTP id c38so403309ana.37 for ; Fri, 04 Sep 2009 10:54:40 -0700 (PDT) Message-ID: <4AA15457.20700@codemonkey.ws> Date: Fri, 04 Sep 2009 12:54:31 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Fix error checking and cleaning in path.c V2 References: <1252014464-25063-1-git-send-email-jcd@tribudubois.net> In-Reply-To: <1252014464-25063-1-git-send-email-jcd@tribudubois.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jean-Christophe DUBOIS Cc: qemu-devel@nongnu.org Jean-Christophe DUBOIS wrote: > Very little error checking was done in path.c and we were > leaking some memories in case of error. > > This patch rely on the abort() behavior of qemu_malloc and > friends > > Signed-off-by: Jean-Christophe Dubois > This breaks the linux-user build. Regards, Anthony Liguori