commit | 3a8dd9711e0792f64394edafadd66c2d1f1904df | [log] [tgz] |
---|---|---|
author | Willem de Bruijn <willemb@google.com> | Wed Mar 11 15:43:55 2015 -0400 |
committer | David S. Miller <davem@davemloft.net> | Thu Mar 12 00:09:55 2015 -0400 |
tree | 2b0f3746ed1049a0781d381791df55a24bcd73b6 | |
parent | c29390c6dfeee0944ac6b5610ebbe403944378fc [diff] |
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>