netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [iproute PATCH v3 0/5] Covscan: Fix potential NULL pointer dereferences
@ 2017-08-21 10:03 Phil Sutter
  2017-08-21 10:03 ` [iproute PATCH v3 1/5] ifstat, nstat: Check fdopen() return value Phil Sutter
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Phil Sutter @ 2017-08-21 10:03 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

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

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

end of thread, other threads:[~2017-08-22  0:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-21 10:03 [iproute PATCH v3 0/5] Covscan: Fix potential NULL pointer dereferences Phil Sutter
2017-08-21 10:03 ` [iproute PATCH v3 1/5] ifstat, nstat: Check fdopen() return value Phil Sutter
2017-08-21 10:03 ` [iproute PATCH v3 2/5] nstat: Fix for potential NULL pointer dereference Phil Sutter
2017-08-22  0:19   ` Stephen Hemminger
2017-08-21 10:03 ` [iproute PATCH v3 3/5] tc/q_netem: Don't dereference possibly NULL pointer Phil Sutter
2017-08-21 10:03 ` [iproute PATCH v3 4/5] tc/tc_filter: Make sure filter name is not empty Phil Sutter
2017-08-21 14:53   ` David Laight
2017-08-21 17:15     ` Phil Sutter
2017-08-21 10:03 ` [iproute PATCH v3 5/5] tipc/bearer: Prevent NULL pointer dereference Phil Sutter

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