Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit f44a5f45 authored by Peter Christensen's avatar Peter Christensen Committed by Simon Horman
Browse files

ipvs: Fix panic due to non-linear skb

Receiving a ICMP response to an IPIP packet in a non-linear skb could
cause a kernel panic in __skb_pull.

The problem was introduced in
commit f2edb9f7

 ("ipvs: implement
passive PMTUD for IPIP packets").

Signed-off-by: default avatarPeter Christensen <pch@ordbogen.com>
Acked-by: default avatarJulian Anastasov <ja@ssi.bg>
Signed-off-by: default avatarSimon Horman <horms@verge.net.au>
parent 3b084e99
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment