From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NE4gU-00008B-M6 for qemu-devel@nongnu.org; Fri, 27 Nov 2009 12:32:42 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NE4gP-0008UR-HR for qemu-devel@nongnu.org; Fri, 27 Nov 2009 12:32:41 -0500 Received: from [199.232.76.173] (port=47489 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NE4gP-0008UJ-Er for qemu-devel@nongnu.org; Fri, 27 Nov 2009 12:32:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:49037) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NE4gP-0000AJ-7Z for qemu-devel@nongnu.org; Fri, 27 Nov 2009 12:32:37 -0500 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id nARHWZwx001378 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 27 Nov 2009 12:32:35 -0500 From: Markus Armbruster Subject: qemu_malloc() broken by design, fix it already (was: [Qemu-devel] [PATCH] qcow2: Fix some more qemu_malloc fallout) References: <1259339755-11155-1-git-send-email-kwolf@redhat.com> Date: Fri, 27 Nov 2009 18:32:33 +0100 In-Reply-To: <1259339755-11155-1-git-send-email-kwolf@redhat.com> (Kevin Wolf's message of "Fri, 27 Nov 2009 17:35:55 +0100") Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Kevin Wolf Cc: qemu-devel@nongnu.org Kevin Wolf writes: > Oh joy... As predicted, breaking malloc() the way we did breaks perfectly fine code for no particular benefit. We can keep chasing these artificially created bugs, or we can fix qemu_malloc() & friends and be done with it.