netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net resend 0/2] fix stack OOB read while fragmenting IPv4 packets
@ 2021-04-28 13:23 Davide Caratti
  2021-04-28 13:23 ` [PATCH net resend 1/2] openvswitch: " Davide Caratti
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Davide Caratti @ 2021-04-28 13:23 UTC (permalink / raw)
  To: Jakub Kicinski, David S. Miller, netdev

- patch 1/2 fixes openvswitch IPv4 fragmentation, that does a stack OOB
read after commit d52e5a7e7ca4 ("ipv4: lock mtu in fnhe when received
PMTU < net.ipv4.route.min_pmt")
- patch 2/2 fixes the same issue in TC 'sch_frag' code

Davide Caratti (2):
  openvswitch: fix stack OOB read while fragmenting IPv4 packets
  net/sched: sch_frag: fix stack OOB read while fragmenting IPv4 packets

 net/openvswitch/actions.c | 8 ++++----
 net/sched/sch_frag.c      | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-04-29 22:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-28 13:23 [PATCH net resend 0/2] fix stack OOB read while fragmenting IPv4 packets Davide Caratti
2021-04-28 13:23 ` [PATCH net resend 1/2] openvswitch: " Davide Caratti
2021-04-28 13:23 ` [PATCH net resend 2/2] net/sched: sch_frag: " Davide Caratti
2021-04-29 22:40 ` [PATCH net resend 0/2] " patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).