Files
linux/net/core
Felix Fietkau d091e579b8 net: core: reject skb_copy(_expand) for fraglist GSO skbs
SKB_GSO_FRAGLIST skbs must not be linearized, otherwise they become
invalid. Return NULL if such an skb is passed to skb_copy or
skb_copy_expand, in order to prevent a crash on a potential later
call to skb_gso_segment.

Fixes: 3a1296a38d ("net: Support GRO/GSO fraglist chaining.")
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: David S. Miller <davem@davemloft.net>
2024-05-01 11:44:10 +01:00
..
2024-03-29 11:30:44 +00:00
2024-03-07 21:12:41 -08:00
2024-03-07 21:12:41 -08:00
2024-01-26 20:34:25 -08:00
2024-01-23 15:13:55 +01:00
2024-03-25 14:46:59 +00:00
2022-12-12 15:04:39 -08:00
2024-03-07 21:12:42 -08:00