]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Added liblzma bug to Valgrind suppressions file.
authorStephan Bosch <stephan@rename-it.nl>
Mon, 9 May 2016 22:42:51 +0000 (00:42 +0200)
committerStephan Bosch <stephan@rename-it.nl>
Mon, 9 May 2016 22:46:54 +0000 (00:46 +0200)
It caused `make test` to fail with valgrind.
Occurred at least for Debian Jessie with liblzma package version 5.1.1alpha+20120614-2+b3.

run-test-valgrind.supp

index 03585511d8cb81f7c12931bfff602a6f3db895e3..25aa3a2513fb81bcad36afb449d69b31b76b8d69 100644 (file)
@@ -4,3 +4,14 @@
    fun:malloc
    obj:*/bash
 }
+{
+   <liblzma>
+   Memcheck:Cond
+   obj:/lib/x86_64-linux-gnu/liblzma.so.5.0.0
+   obj:/lib/x86_64-linux-gnu/liblzma.so.5.0.0
+   obj:/lib/x86_64-linux-gnu/liblzma.so.5.0.0
+   obj:/lib/x86_64-linux-gnu/liblzma.so.5.0.0
+   obj:/lib/x86_64-linux-gnu/liblzma.so.5.0.0
+   fun:lzma_stream_encoder
+   fun:lzma_easy_encoder
+}