summaryrefslogtreecommitdiff
path: root/pfinet/linux-src
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2013-10-18 01:16:08 +0200
committerRichard Braun <rbraun@sceen.net>2013-10-18 01:16:08 +0200
commit2e5f5e3c6d3716aec736474a198de5f7746a5450 (patch)
tree4c232d53f56081267743fc855aa5bae5cd831d2c /pfinet/linux-src
parent5ab5d98fa515cd19a64e8d5868fcbae85eec9dc5 (diff)
pflocal: fix port leak when receiving port rights
The socket_send and socket_recv routines can be used to transmit port rights along data. Unfortunately, pflocal retains a copy of these rights in the socket_recv RPC. These lingering references would in turn lead to other leaks in servers waiting for a no-sender notification to clean their resources. Since these copied rights aren't used at all by the server, it is safe to simply move them to the recipient instead. * pflocal/socket.c (S_socket_recv): Transmit port rights using MACH_MSG_TYPE_MOVE_SEND transfer type instead of MACH_MSG_TYPE_COPY_SEND.
Diffstat (limited to 'pfinet/linux-src')
0 files changed, 0 insertions, 0 deletions