summaryrefslogtreecommitdiff
path: root/drivers/net
diff options
context:
space:
mode:
authorTom Parkin <tparkin@katalix.com>2012-10-29 23:41:48 (GMT)
committerDavid S. Miller <davem@davemloft.net>2012-11-03 01:56:35 (GMT)
commit789336360e0a2aeb9750c16ab704a02cbe035e9e (patch)
tree1568251a167183170cc25dd6aa5f1512f4e3d611 /drivers/net
parente3c98512780ae2cfb90be2152ab35294439bb7bb (diff)
downloadlinux-fsl-qoriq-789336360e0a2aeb9750c16ab704a02cbe035e9e.tar.xz
l2tp: fix oops in l2tp_eth_create() error path
When creating an L2TPv3 Ethernet session, if register_netdev() should fail for any reason (for example, automatic naming for "l2tpeth%d" interfaces hits the 32k-interface limit), the netdev is freed in the error path. However, the l2tp_eth_sess structure's dev pointer is left uncleared, and this results in l2tp_eth_delete() then attempting to unregister the same netdev later in the session teardown. This results in an oops. To avoid this, clear the session dev pointer in the error path. Signed-off-by: Tom Parkin <tparkin@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions