]> git.karo-electronics.de Git - karo-tx-linux.git/commit
veth: fix a NULL deref in netif_carrier_off
authorEric Dumazet <edumazet@google.com>
Thu, 10 Jan 2013 08:32:45 +0000 (08:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Jan 2013 22:11:46 +0000 (14:11 -0800)
commit2efd32ee1b60b0b31404ca47c1ce70e5a5d24ebc
tree53ac968a74d97fb6b02ce1bd7c860fdd4bc378a0
parent1f1e4958069c6e7ff3f8b73148d14c08d015f0bf
veth: fix a NULL deref in netif_carrier_off

In commit d0e2c55e7c94 (veth: avoid a NULL deref in veth_stats_one)
we now clear the peer pointers in veth_dellink()

veth_close() must therefore make sure the peer pointer is set.

Reported-by: Tom Parkin <tom.parkin@gmail.com>
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/veth.c