aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Nault2013-02-28 23:02:02 -0600
committerDavid S. Miller2013-03-01 13:13:09 -0600
commit8b82547e33e85fc24d4d172a93c796de1fefa81a (patch)
tree549b58a0e731a1aa6a028c0200d065c125a1080d /drivers/net/wireless/ath/ath9k/htc.h
parent32fcafbcd1c9f6c7013016a22a5369b4acb93577 (diff)
downloadam43-linux-kernel-8b82547e33e85fc24d4d172a93c796de1fefa81a.tar.gz
am43-linux-kernel-8b82547e33e85fc24d4d172a93c796de1fefa81a.tar.xz
am43-linux-kernel-8b82547e33e85fc24d4d172a93c796de1fefa81a.zip
l2tp: Restore socket refcount when sendmsg succeeds
The sendmsg() syscall handler for PPPoL2TP doesn't decrease the socket reference counter after successful transmissions. Any successful sendmsg() call from userspace will then increase the reference counter forever, thus preventing the kernel's session and tunnel data from being freed later on. The problem only happens when writing directly on L2TP sockets. PPP sockets attached to L2TP are unaffected as the PPP subsystem uses pppol2tp_xmit() which symmetrically increase/decrease reference counters. This patch adds the missing call to sock_put() before returning from pppol2tp_sendmsg(). Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc.h')
0 files changed, 0 insertions, 0 deletions