dovecot-2.2: Added Valgrind suppressions file for ignoring any b...

dovecot at dovecot.org dovecot at dovecot.org
Mon Nov 16 12:16:28 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/fdfc926202da
changeset: 19367:fdfc926202da
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 16 14:15:02 2015 +0200
description:
Added Valgrind suppressions file for ignoring any bash memory leaks.
Some of the unit tests are run via shell.

diffstat:

 run-test-valgrind.supp |  6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diffs (10 lines):

diff -r 2a85e0b0dc35 -r fdfc926202da run-test-valgrind.supp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/run-test-valgrind.supp	Mon Nov 16 14:15:02 2015 +0200
@@ -0,0 +1,6 @@
+{
+   <bash>
+   Memcheck:Leak
+   fun:malloc
+   obj:*/bash
+}


More information about the dovecot-cvs mailing list