lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230509212125.15880-1-stephen@networkplumber.org>
Date: Tue,  9 May 2023 14:21:14 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: netdev@...r.kernel.org
Cc: Stephen Hemminger <stephen@...workplumber.org>
Subject: [PATCH iproute2 00/11] fix analyzer warnings

Address some (but not all) of the issues reported by gcc 13
new analyzer.  These are mostly just issues like not checking
for malloc() failure.

Stephen Hemminger (11):
  lib/fs: fix file leak in task_get_name
  ipmaddr: fix dereference of NULL on malloc() failure
  iproute_lwtunnel: fix possible use of NULL when malloc() fails
  tc_filter: fix unitialized warning
  tc_util fix unitialized warning
  tc_exec: don't dereference NULL on calloc failure
  m_action: fix warning of overwrite of const string
  netem: fix NULL deref on allocation failure
  nstat: fix potential NULL deref
  rdma/utils: fix some analyzer warnings
  tc/prio: handle possible truncated kernel response

 ip/ipmaddr.c          |  9 ++++++++-
 ip/iproute_lwtunnel.c | 18 +++++++++++++-----
 lib/fs.c              |  4 +++-
 misc/nstat.c          |  6 ++++++
 rdma/utils.c          | 10 ++++++++++
 tc/m_action.c         |  4 ++--
 tc/q_netem.c          |  3 +++
 tc/q_prio.c           |  2 ++
 tc/tc_exec.c          |  4 ++++
 tc/tc_filter.c        |  7 ++++---
 tc/tc_util.c          |  2 +-
 11 files changed, 56 insertions(+), 13 deletions(-)

-- 
2.39.2


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ