mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
Locally generated TCP packets are usually cloned, so we do skb_cow_data() on this packets. After that we need to reload the pointer to the esp header. On udpencap this header has an offset to skb_transport_header, so take this offset into account. Fixes:67d349ed60("net/esp4: Fix invalid esph pointer crash") Fixes:fca11ebde3("esp4: Reorganize esp_output") Reported-by: Don Bowman <db@donbowman.ca> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
23 KiB
23 KiB