diff options
author | Eric Dumazet <[email protected]> | 2023-11-03 20:04:51 +0000 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-11-06 17:24:37 -0800 |
commit | 115c0f4d58574524ed7fbbcce1b0a86aa5249db1 (patch) | |
tree | bed19fcf7954e8fef8565283e3a6632952fd31e8 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 9fc3bc7643341dc5be7d269f3d3dbe441d8d7ac3 (diff) |
idpf: fix potential use-after-free in idpf_tso()
skb_cow_head() can change skb->head (and thus skb_shinfo(skb))
We must not cache skb_shinfo(skb) before skb_cow_head().
Fixes: 6818c4d5b3c2 ("idpf: add splitq start_xmit")
Signed-off-by: Eric Dumazet <[email protected]>
Cc: Joshua Hay <[email protected]>
Cc: Alan Brady <[email protected]>
Cc: Madhu Chittim <[email protected]>
Cc: Phani Burra <[email protected]>
Cc: Sridhar Samudrala <[email protected]>
Cc: Willem de Bruijn <[email protected]>
Cc: Pavan Kumar Linga <[email protected]>
Cc: Tony Nguyen <[email protected]>
Cc: Bailey Forrest <[email protected]>
Reviewed-by: Jacob Keller <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions