mirror of
https://passt.top/passt
synced 2024-11-05 12:21:12 +00:00
10 lines
214 B
Plaintext
10 lines
214 B
Plaintext
|
# 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:recv
|
||
|
...
|
||
|
fun:tcp_sock_consume*
|
||
|
}
|