From 9b8efec531a5bd3d6f3e476842bff26a185c40aa Mon Sep 17 00:00:00 2001 From: david Date: Thu, 27 Dec 2012 17:58:27 +2000 Subject: [PATCH] v2 talloc leak report --- 4a/dae3da7eecf205fc49ca9c974a83761aed6f59 | 68 +++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 4a/dae3da7eecf205fc49ca9c974a83761aed6f59 diff --git a/4a/dae3da7eecf205fc49ca9c974a83761aed6f59 b/4a/dae3da7eecf205fc49ca9c974a83761aed6f59 new file mode 100644 index 000000000..3063ae0db --- /dev/null +++ b/4a/dae3da7eecf205fc49ca9c974a83761aed6f59 @@ -0,0 +1,68 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id ABC64431FB6 + for ; Wed, 26 Dec 2012 13:58:45 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id xFBE9EDFb7YG for ; + Wed, 26 Dec 2012 13:58:45 -0800 (PST) +Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) + (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 46149431FAF + for ; Wed, 26 Dec 2012 13:58:45 -0800 (PST) +Received: from fctnnbsc30w-156034082078.dhcp-dynamic.fibreop.nb.bellaliant.net + ([156.34.82.78] helo=zancas.localnet) + by tesseract.cs.unb.ca with esmtpsa + (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) + (envelope-from ) id 1Tnyzs-0002wf-AP + for notmuch@notmuchmail.org; Wed, 26 Dec 2012 17:58:44 -0400 +Received: from bremner by zancas.localnet with local (Exim 4.80) + (envelope-from ) id 1Tnyzm-0002Xj-F4 + for notmuch@notmuchmail.org; Wed, 26 Dec 2012 17:58:38 -0400 +From: david@tethera.net +To: notmuch@notmuchmail.org +Subject: v2 talloc leak report +Date: Wed, 26 Dec 2012 17:58:27 -0400 +Message-Id: <1356559111-9447-1-git-send-email-david@tethera.net> +X-Mailer: git-send-email 1.7.10.4 +X-Spam_bar: - +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Wed, 26 Dec 2012 21:58:45 -0000 + + +Obsoletes + + id:1355714648-23144-1-git-send-email-david@tethera.netZ + +[Patch v2 1/4] CLI: add talloc leak report, controlled by an +- comments and formatting + +[Patch v2 2/4] util: add talloc-extra.[ch] +- rename, fix dangerous memcpy + +[Patch v2 3/4] notmuch-restore: use debug version of talloc_strndup +no change, except new names + +[Patch v2 4/4] perf-test: initial support for talloc leak report in +New patch, use talloc reports in memory tests. + -- 2.26.2