summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
diff options
context:
space:
mode:
authorGuillaume Nault <g.nault@alphalink.fr>2017-10-13 20:22:35 +0300
committerDavid S. Miller <davem@davemloft.net>2017-10-15 04:38:56 +0300
commit5903f594935a3841137c86b9d5b75143a5b7121c (patch)
treee673eded38ed2855ae9c49dc8e76b0e4cd5a8906 /drivers/net/dsa
parent09001b03f722be96827bf8df5ba4d48b7ec0cc30 (diff)
downloadlinux-5903f594935a3841137c86b9d5b75143a5b7121c.tar.xz
l2tp: check ps->sock before running pppol2tp_session_ioctl()
When pppol2tp_session_ioctl() is called by pppol2tp_tunnel_ioctl(), the session may be unconnected. That is, it was created by pppol2tp_session_create() and hasn't been connected with pppol2tp_connect(). In this case, ps->sock is NULL, so we need to check for this case in order to avoid dereferencing a NULL pointer. Fixes: 309795f4bec2 ("l2tp: Add netlink control API for L2TP") Signed-off-by: Guillaume Nault <g.nault@alphalink.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/dsa')
0 files changed, 0 insertions, 0 deletions