Quantcast
Channel: Linux | Kernel
Viewing all articles
Browse latest Browse all 165258

[PATCH net] af_unix: Guard against other == sk in unix_dgram_sendmsg

$
0
0
The unix_dgram_sendmsg routine use the following test if (unlikely(unix_peer(other) != sk && unix_recvq_full(other))) { to determine if sk and other

Viewing all articles
Browse latest Browse all 165258

Trending Articles