[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <e4b41064-5b6a-10da-8321-3e5106954754@solarflare.com>
Date: Mon, 9 Jul 2018 18:08:38 +0100
From: Edward Cree <ecree@...arflare.com>
To: <davem@...emloft.net>
CC: <netdev@...r.kernel.org>
Subject: [PATCH v3 net-next 0/3] fix use-after-free bugs in skb list
processing
A couple of bugs in skb list handling were spotted by Dan Carpenter, with
the help of Smatch; following up on them I found a couple more similar
cases. This series fixes them by changing the relevant loops to use the
dequeue-enqueue model (rather than in-place list modification).
v3: fixed another similar bug in __netif_receive_skb_list_core().
v2: dropped patch #3 (new list.h helper), per DaveM's request.
Edward Cree (3):
net: core: fix uses-after-free in list processing
netfilter: fix use-after-free in NF_HOOK_LIST
net: core: fix use-after-free in __netif_receive_skb_list_core
include/linux/netfilter.h | 10 +++++++---
net/core/dev.c | 30 ++++++++++++++++++++----------
2 files changed, 27 insertions(+), 13 deletions(-)
Powered by blists - more mailing lists