Add a valgrind suppression for sendmsg (v2)
[ust.git] / tests / valgrind_suppress.txt
diff --git a/tests/valgrind_suppress.txt b/tests/valgrind_suppress.txt
new file mode 100644 (file)
index 0000000..2a4ac36
--- /dev/null
@@ -0,0 +1,14 @@
+{
+   sendmsg-iov-errors-libpthread
+   Memcheck:Param
+   socketcall.sendmsg(msg.msg_iov[i])
+   obj:/lib/libpthread-2.*
+   fun:ustcomm_send_fd
+}
+{
+   sendmsg-iov-errors-libc
+   Memcheck:Param
+   socketcall.sendmsg(msg.msg_iov[i])
+   obj:/lib/libc-2.*
+   fun:ustcomm_send_fd
+}
This page took 0.02255 seconds and 4 git commands to generate.