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
sched: Avoid dereferencing skb pointer after child enqueue
jira LE-1907
Rebuild_History Non-Buildable kernel-4.18.0-147.el8
commit-author Toke Høiland-Jørgensen <toke@redhat.com>
commit f6bab19
Parent qdiscs may dereference the pointer to the enqueued skb after
enqueue. However, both CAKE and TBF call consume_skb() on the original skb
when splitting GSO packets, leading to a potential use-after-free in the
parent. Fix this by avoiding dereferencing the skb pointer after enqueueing
to the child.
Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit f6bab19)
Signed-off-by: Jonathan Maple <jmaple@ciq.com>
0 commit comments