v2 talloc leak report

2012-12-31 Thread David Bremner
Tomi Ollila  writes:
>
> This series LGTM ... if you care to amend s/_XTALLOC_H/_TALLOC_EXTRA_H/
>

amended and pushed, 

d


Re: v2 talloc leak report

2012-12-31 Thread David Bremner
Tomi Ollila tomi.oll...@iki.fi writes:

 This series LGTM ... if you care to amend s/_XTALLOC_H/_TALLOC_EXTRA_H/


amended and pushed, 

d
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


v2 talloc leak report

2012-12-27 Thread Tomi Ollila
On Wed, Dec 26 2012, david at tethera.net wrote:

> Obsoletes 
>
> id:1355714648-23144-1-git-send-email-david at 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.


This series LGTM ... if you care to amend s/_XTALLOC_H/_TALLOC_EXTRA_H/

Tomi

>
> ___
> notmuch mailing list
> notmuch at notmuchmail.org
> http://notmuchmail.org/mailman/listinfo/notmuch


Re: v2 talloc leak report

2012-12-27 Thread Tomi Ollila
On Wed, Dec 26 2012, da...@tethera.net wrote:

 Obsoletes 

 id:1355714648-23144-1-git-send-email-da...@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.


This series LGTM ... if you care to amend s/_XTALLOC_H/_TALLOC_EXTRA_H/

Tomi


 ___
 notmuch mailing list
 notmuch@notmuchmail.org
 http://notmuchmail.org/mailman/listinfo/notmuch
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


v2 talloc leak report

2012-12-26 Thread da...@tethera.net

Obsoletes 

  id:1355714648-23144-1-git-send-email-david at 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.