2022-03-15 20:16:13 +01:00
|
|
|
# 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)
|
|
|
|
...
|
2023-11-16 10:15:58 +01:00
|
|
|
fun:tcp_sock_consume
|
2022-03-15 20:16:13 +01:00
|
|
|
}
|
2024-08-20 00:05:47 +02:00
|
|
|
|
|
|
|
# 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
|
|
|
|
}
|