]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Added Valgrind suppressions file for ignoring any bash memory leaks.
authorTimo Sirainen <tss@iki.fi>
Mon, 16 Nov 2015 12:15:02 +0000 (14:15 +0200)
committerTimo Sirainen <tss@iki.fi>
Mon, 16 Nov 2015 12:15:02 +0000 (14:15 +0200)
Some of the unit tests are run via shell.

run-test-valgrind.supp [new file with mode: 0644]

diff --git a/run-test-valgrind.supp b/run-test-valgrind.supp
new file mode 100644 (file)
index 0000000..0358551
--- /dev/null
@@ -0,0 +1,6 @@
+{
+   <bash>
+   Memcheck:Leak
+   fun:malloc
+   obj:*/bash
+}