Description: make sure test/inc/test-deb359167 honors valgrind.supp
Author: Alexander Zangerl <az@debian.org>
--- a/test/valgrind.supp
+++ b/test/valgrind.supp
@@ -83,3 +83,20 @@
    ...
    fun:_ZN4dyldL14libraryLocator*
 }
+
+{
+   Syscall param msgsnd(msgp->mtext) points to uninitialised byte(s) [under fakeroot]
+   Memcheck:Param
+   msgsnd(msgp->mtext)
+   ...
+   obj:*libfakeroot*.so
+}
+
+{
+ Syscall param stat(file_name) points to uninitialised byte(s) [under fakeroot]
+ Memcheck:Param
+ stat(file_name)
+ ...
+ obj:*libfakeroot*.so
+}
+
