public inbox for passt-dev@passt.top
 help / color / mirror / code / Atom feed
blob 735b5f60f2e85570f58c52e6bdfc4a2483a20871 400 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
 
# 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
}

debug log:

solving 735b5f6 ...
found 735b5f6 in https://passt.top/passt

Code repositories for project(s) associated with this public inbox

	https://passt.top/passt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for IMAP folder(s).