From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LuViE-0004BD-BA for qemu-devel@nongnu.org; Thu, 16 Apr 2009 13:49:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LuVi9-0004Af-R1 for qemu-devel@nongnu.org; Thu, 16 Apr 2009 13:49:21 -0400 Received: from [199.232.76.173] (port=57726 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LuVi9-0004Ac-Kq for qemu-devel@nongnu.org; Thu, 16 Apr 2009 13:49:17 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:39751) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LuVi9-0007Br-15 for qemu-devel@nongnu.org; Thu, 16 Apr 2009 13:49:17 -0400 Received: by fxm17 with SMTP id 17so502748fxm.34 for ; Thu, 16 Apr 2009 10:49:15 -0700 (PDT) MIME-Version: 1.0 Date: Thu, 16 Apr 2009 20:49:15 +0300 Message-ID: From: Blue Swirl Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [PATCH] [RFC] qemu_malloc dynamic checking v2 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 Hi, This version adds stricter checking for also normal malloc/free/memalign functions. Actually the crashes with the previous version were caused by bugs in the checker itself instead of function mismatch. With this version, also i386 works. I'm not so sure this approach is effective, I found more mismatches with simple grep. Committing it would not hurt though.