aboutgitcodebugslistschat
path: root/test/valgrind.supp
diff options
context:
space:
mode:
Diffstat (limited to 'test/valgrind.supp')
-rw-r--r--test/valgrind.supp9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/valgrind.supp b/test/valgrind.supp
index a158394..735b5f6 100644
--- a/test/valgrind.supp
+++ b/test/valgrind.supp
@@ -6,3 +6,12 @@
...
fun:tcp_sock_consume
}
+
+# same as above, for architectures with the recv() system call (at least i686):
+{
+ passt_recv_MSG_TRUNC_into_NULL_buffer
+ Memcheck:Param
+ socketcall.recv(buf)
+ ...
+ fun:tcp_sock_consume
+}