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

This series collects patches from v1 which eliminate possible cases of
NULL pointer dereferences.

Changes since v3:
- Dropped upstream rejected patch 2.

Phil Sutter (4):
  ifstat, nstat: Check fdopen() return value
  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   | 16 +++++++++++-----
 tc/q_netem.c   |  3 ++-
 tc/tc_filter.c |  3 +++
 tipc/bearer.c  |  2 +-
 5 files changed, 28 insertions(+), 12 deletions(-)

-- 
2.13.1

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

end of thread, other threads:[~2017-08-24 21:51 UTC | newest]

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

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