All of lore.kernel.org
 help / color / mirror / Atom feed
* [iproute PATCH v3 0/6] Covscan: Misc fixes
@ 2017-08-24  9:41 Phil Sutter
  2017-08-24  9:41 ` [iproute PATCH v3 1/6] ss: Make struct tcpstat fields 'timer' and 'timeout' unsigned Phil Sutter
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Phil Sutter @ 2017-08-24  9:41 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

This series collects patches from v1 addressing miscellaneous issues
detected by covscan.

Changes since v2:
- Dropped patch 1 since v2 discussion is still inconclusive.
- Replaced patch 2 by a more appropriate one given feedback from v2.

Phil Sutter (6):
  ss: Make struct tcpstat fields 'timer' and 'timeout' unsigned
  ss: Make sure scanned index value to unix_state_map is sane
  netem/maketable: Check return value of fscanf()
  lib/bpf: Check return value of write()
  lib/fs: Fix and simplify make_path()
  lib/libnetlink: Don't pass NULL parameter to memcpy()

 lib/bpf.c         |  3 ++-
 lib/fs.c          | 20 +++++---------------
 lib/libnetlink.c  |  6 ++++--
 misc/ss.c         | 11 +++++------
 netem/maketable.c |  4 ++--
 5 files changed, 18 insertions(+), 26 deletions(-)

-- 
2.13.1

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

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

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-24  9:41 [iproute PATCH v3 0/6] Covscan: Misc fixes Phil Sutter
2017-08-24  9:41 ` [iproute PATCH v3 1/6] ss: Make struct tcpstat fields 'timer' and 'timeout' unsigned Phil Sutter
2017-08-24  9:41 ` [iproute PATCH v3 2/6] ss: Make sure scanned index value to unix_state_map is sane Phil Sutter
2017-08-24  9:41 ` [iproute PATCH v3 3/6] netem/maketable: Check return value of fscanf() Phil Sutter
2017-08-24  9:41 ` [iproute PATCH v3 4/6] lib/bpf: Check return value of write() Phil Sutter
2017-08-24  9:41 ` [iproute PATCH v3 5/6] lib/fs: Fix and simplify make_path() Phil Sutter
2017-08-24  9:41 ` [iproute PATCH v3 6/6] lib/libnetlink: Don't pass NULL parameter to memcpy() Phil Sutter
2017-08-24 22:29   ` Stephen Hemminger
2017-08-24 22:30 ` [iproute PATCH v3 0/6] Covscan: Misc fixes Stephen Hemminger

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.