[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170821100308.24854-1-phil@nwl.cc>
Date: Mon, 21 Aug 2017 12:03:03 +0200
From: Phil Sutter <phil@....cc>
To: Stephen Hemminger <stephen@...workplumber.org>
Cc: netdev@...r.kernel.org
Subject: [iproute PATCH v3 0/5] Covscan: Fix potential NULL pointer dereferences
This series collects patches from v1 which eliminate possible cases of
NULL pointer dereferences.
Changes since v2:
- Rebased onto current master branch.
- Adjusted patches according to feedback.
Phil Sutter (5):
ifstat, nstat: Check fdopen() return value
nstat: Fix for potential NULL pointer dereference
tc/q_netem: Don't dereference possibly NULL pointer
tc/tc_filter: Make sure filter name is not empty
tipc/bearer: Prevent NULL pointer dereference
misc/ifstat.c | 16 +++++++++++-----
misc/nstat.c | 18 +++++++++++++-----
tc/q_netem.c | 3 ++-
tc/tc_filter.c | 3 +++
tipc/bearer.c | 2 +-
5 files changed, 30 insertions(+), 12 deletions(-)
--
2.13.1
Powered by blists - more mailing lists