aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ipv4/udp_offload.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-06-18 21:30:39 -0400
committerDavid S. Miller <davem@davemloft.net>2019-06-18 21:30:39 -0400
commite11e1007a177fe4abc12b620dcf9e36eb8027f40 (patch)
treea95a10626d4d9c66e1e230d3a45fefc99e9e5d5a /net/ipv4/udp_offload.c
parentnet: lio_core: fix potential sign-extension overflow on large shift (diff)
parentnet: netem: fix use after free and double free with packet corruption (diff)
downloadwireguard-linux-e11e1007a177fe4abc12b620dcf9e36eb8027f40.tar.xz
wireguard-linux-e11e1007a177fe4abc12b620dcf9e36eb8027f40.zip
Merge branch 'net-netem-fix-issues-with-corrupting-GSO-frames'
Jakub Kicinski says: ==================== net: netem: fix issues with corrupting GSO frames Corrupting GSO frames currently leads to crashes, due to skb use after free. These stem from the skb list handling - the segmented skbs come back on a list, and this list is not properly unlinked before enqueuing the segments. Turns out this condition is made very likely to occur because of another bug - in backlog accounting. Segments are counted twice, which means qdisc's limit gets reached leading to drops and making the use after free very likely to happen. The bugs are fixed in order in which they were added to the tree. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/udp_offload.c')
0 files changed, 0 insertions, 0 deletions