sock: fix possible NULL sk dereference in __skb_tstamp_tx
authorWillem de Bruijn <willemb@google.com>
Wed, 11 Mar 2015 19:43:55 +0000 (15:43 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 12 Mar 2015 04:09:55 +0000 (00:09 -0400)
commit3a8dd9711e0792f64394edafadd66c2d1f1904df
tree2b0f3746ed1049a0781d381791df55a24bcd73b6
parentc29390c6dfeee0944ac6b5610ebbe403944378fc
sock: fix possible NULL sk dereference in __skb_tstamp_tx

Test that sk != NULL before reading sk->sk_tsflags.

Fixes: 49ca0d8bfaf3 ("net-timestamp: no-payload option")
Reported-by: One Thousand Gnomes <gnomes@lxorguk.ukuu.org.uk>
Signed-off-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c