You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
netfilter: use skb_to_full_sk in ip_route_me_harder
inet_sk(skb->sk) is illegal in case skb is attached to request socket.
Fixes: ca6fb06 ("tcp: attach SYNACK messages to request sockets instead of listener")
Reported by: Daniel J Blueman <[email protected]>
Signed-off-by: Florian Westphal <[email protected]>
Tested-by: Daniel J Blueman <[email protected]>
Signed-off-by: Pablo Neira Ayuso <[email protected]>
0 commit comments