netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [iproute PATCH v3 0/6] Covscan: Don't access garbage
@ 2017-08-21  9:26 Phil Sutter
  2017-08-21  9:26 ` [iproute PATCH v3 1/6] ipaddress: Avoid accessing uninitialized variable lcl Phil Sutter
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Phil Sutter @ 2017-08-21  9:26 UTC (permalink / raw)
  To: Stephen Hemminger; +Cc: netdev

This series collects patches from v1 which resolve situations where
garbage might be read, either due to missing initialization of
variables or accessing data which went out of scope.

Changes since v2:
- Rebased onto current master branch.
- Dropped first patch since it is not a real issue.

Phil Sutter (6):
  ipaddress: Avoid accessing uninitialized variable lcl
  iplink_can: Prevent overstepping array bounds
  ipmaddr: Avoid accessing uninitialized data
  ss: Use C99 initializer in netlink_show_one()
  netem/maketable: Check return value of fstat()
  tc/q_multiq: Don't pass garbage in TCA_OPTIONS

 ip/ipaddress.c    |  2 +-
 ip/iplink_can.c   |  4 ++--
 ip/ipmaddr.c      |  2 +-
 misc/ss.c         | 13 +++++++------
 netem/maketable.c |  4 ++--
 tc/q_multiq.c     |  2 +-
 6 files changed, 14 insertions(+), 13 deletions(-)

-- 
2.13.1

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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-21  9:26 [iproute PATCH v3 0/6] Covscan: Don't access garbage Phil Sutter
2017-08-21  9:26 ` [iproute PATCH v3 1/6] ipaddress: Avoid accessing uninitialized variable lcl Phil Sutter
2017-08-21  9:27 ` [iproute PATCH v3 2/6] iplink_can: Prevent overstepping array bounds Phil Sutter
2017-08-21  9:27 ` [iproute PATCH v3 3/6] ipmaddr: Avoid accessing uninitialized data Phil Sutter
2017-08-21  9:27 ` [iproute PATCH v3 4/6] ss: Use C99 initializer in netlink_show_one() Phil Sutter
2017-08-21  9:27 ` [iproute PATCH v3 5/6] netem/maketable: Check return value of fstat() Phil Sutter
2017-08-21  9:27 ` [iproute PATCH v3 6/6] tc/q_multiq: Don't pass garbage in TCA_OPTIONS Phil Sutter
2017-08-22  0:18 ` [iproute PATCH v3 0/6] Covscan: Don't access garbage 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).