tipc: add net device to skb before UDP xmit
authorRichard Alpe <richard.alpe@ericsson.com>
Thu, 3 Mar 2016 13:20:40 +0000 (14:20 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 Mar 2016 03:54:56 +0000 (22:54 -0500)
commit9b3009604b8e305c32125530a3cbcc57d88f3bc1
treed5c275e3324846d9ff7ca120150c521c6d786feb
parent962d8cdc3133435aed2928637f73e272128a326c
tipc: add net device to skb before UDP xmit

Prior to this patch enabling a IPv4 UDP bearer caused a null pointer
dereference in iptunnel_xmit_stats(), when it tried to dereference the
net device from the skb. To resolve this we now point the skb device
to the net device resolved from the routing table.

Fixes: 039f50629b7f (ip_tunnel: Move stats update to iptunnel_xmit())
Signed-off-by: Richard Alpe <richard.alpe@ericsson.com>
Acked-by: Jon Maloy <jon.maloy@ericsson.com>
Reviewed-by: Erik Hugne <erik.hugne@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/tipc/udp_media.c