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]
Date:   Sun, 15 Mar 2020 10:34:57 +0100
From:   Takashi Iwai <tiwai@...e.de>
To:     netdev@...r.kernel.org
Subject: [PATCH v2 0/6] net: Use scnprintf() for avoiding potential buffer overflow

Hi,

here is a respin of trivial patch series just to convert suspicious
snprintf() usages with the more safer one, scnprintf().

v1->v2: Align the remaining lines to the open parenthesis
        Excluded i40e patch that was already queued


Takashi

===

Takashi Iwai (6):
  net: caif: Use scnprintf() for avoiding potential buffer overflow
  net: mlx4: Use scnprintf() for avoiding potential buffer overflow
  net: nfp: Use scnprintf() for avoiding potential buffer overflow
  net: ionic: Use scnprintf() for avoiding potential buffer overflow
  net: sfc: Use scnprintf() for avoiding potential buffer overflow
  net: netdevsim: Use scnprintf() for avoiding potential buffer overflow

 drivers/net/caif/caif_spi.c                        | 72 +++++++++++-----------
 drivers/net/ethernet/mellanox/mlx4/mcg.c           | 62 +++++++++----------
 .../ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c  |  8 +--
 drivers/net/ethernet/pensando/ionic/ionic_lif.c    | 14 ++---
 drivers/net/ethernet/sfc/mcdi.c                    | 32 +++++-----
 drivers/net/netdevsim/ipsec.c                      | 30 ++++-----
 6 files changed, 111 insertions(+), 107 deletions(-)

-- 
2.16.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ