1
0
mirror of https://passt.top/passt synced 2024-09-20 14:21:13 +00:00
passt/test/valgrind.supp

18 lines
400 B
Plaintext
Raw Normal View History

# tcp_sock_consume() calls recv() with MSG_TRUNC and no buffer to discard data
{
passt_recv_MSG_TRUNC_into_NULL_buffer
Memcheck:Param
socketcall.recvfrom(buf)
...
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
}