Thread (2 messages) flat view 2 messages, 2 authors, 2016-02-12

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

From: Rainer Weikusat <hidden>
Date: 2016-02-12 13:25:47
Also in: lkml

Philipp Hahn [off-list ref] writes:
Hello Rainer,

Am 11.02.2016 um 20:37 schrieb Rainer Weikusat:
quoted
The unix_dgram_sendmsg routine use the following test

if (unlikely(unix_peer(other) != sk && unix_recvq_full(other))) {
[...]
quoted
This isn't correct as the> specified address could have been bound to
the sending socket itself
[...]
After applying that patch at least my machine running the samba test no
longer crashes.
There's a possible gotcha in there: Send-to-self used to be limited by
the queue limit. But the rationale for that (IIRC) was that someone
could keep using newly created sockets to queue ever more data to a
single, unrelated receiver. I don't think this should apply when
receiving and sending sockets are identical. But that's just my
opinion. The other option would be to avoid the unix_state_double_lock
for sk == other. I'd be willing to change this accordingly if someone
thinks the queue limit should apply to send-to-self.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help