]> Git Repo - linux.git/commit
smack: use skb_to_full_sk() helper
authorEric Dumazet <[email protected]>
Sun, 8 Nov 2015 18:54:08 +0000 (10:54 -0800)
committerDavid S. Miller <[email protected]>
Mon, 9 Nov 2015 01:56:38 +0000 (20:56 -0500)
commit8827d90e29e664aa959817467a3da72041ca2269
treeb93d7f1df7eeb6411f300f9b94e1737f96ff350e
parent54abc686c2d111e98228943a7e1e51cc256e35d9
smack: use skb_to_full_sk() helper

This module wants to access sk->sk_security, which is not
available for request sockets.

Fixes: ca6fb0651883 ("tcp: attach SYNACK messages to request sockets instead of listener")
Signed-off-by: Eric Dumazet <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
security/smack/smack_netfilter.c
This page took 0.056691 seconds and 4 git commands to generate.