netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] fix possible use-after-free in erspan_v{4,6}
@ 2019-04-06 15:16 Lorenzo Bianconi
  2019-04-06 15:16 ` [PATCH net 1/2] net: ip_gre: fix possible use-after-free in erspan_rcv Lorenzo Bianconi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lorenzo Bianconi @ 2019-04-06 15:16 UTC (permalink / raw)
  To: davem; +Cc: netdev, u9012063

Similar to what I did in commit bb9bd814ebf0, fix possible use-after-free
in erspan_rcv and ip6erspan_rcv extracting tunnel metadata since the
packet can be 'uncloned' running __iptunnel_pull_header

Lorenzo Bianconi (2):
  net: ip_gre: fix possible use-after-free in erspan_rcv
  net: ip6_gre: fix possible use-after-free in ip6erspan_rcv

 net/ipv4/ip_gre.c  | 15 ++++++++++-----
 net/ipv6/ip6_gre.c | 20 +++++++++++++-------
 2 files changed, 23 insertions(+), 12 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-04-08 23:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-06 15:16 [PATCH net 0/2] fix possible use-after-free in erspan_v{4,6} Lorenzo Bianconi
2019-04-06 15:16 ` [PATCH net 1/2] net: ip_gre: fix possible use-after-free in erspan_rcv Lorenzo Bianconi
2019-04-06 15:16 ` [PATCH net 2/2] net: ip6_gre: fix possible use-after-free in ip6erspan_rcv Lorenzo Bianconi
2019-04-08 23:17 ` [PATCH net 0/2] fix possible use-after-free in erspan_v{4,6} David Miller

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).