netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] net: Use scnprintf() for avoiding potential buffer overflow
@ 2020-03-11  8:37 Takashi Iwai
  2020-03-11  8:37 ` [PATCH 1/7] net: caif: " Takashi Iwai
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Takashi Iwai @ 2020-03-11  8:37 UTC (permalink / raw)
  To: netdev; +Cc: David S . Miller

Hi,

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


Takashi

===

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

 drivers/net/caif/caif_spi.c                        | 36 +++++++++++-----------
 drivers/net/ethernet/intel/i40e/i40e_main.c        | 24 +++++++--------
 drivers/net/ethernet/mellanox/mlx4/mcg.c           | 24 +++++++--------
 .../ethernet/netronome/nfp/nfpcore/nfp6000_pcie.c  |  6 ++--
 drivers/net/ethernet/pensando/ionic/ionic_lif.c    | 12 ++++----
 drivers/net/ethernet/sfc/mcdi.c                    | 12 ++++----
 drivers/net/netdevsim/ipsec.c                      |  8 ++---
 7 files changed, 61 insertions(+), 61 deletions(-)

-- 
2.16.4


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

end of thread, other threads:[~2020-03-16 20:32 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-11  8:37 [PATCH 0/7] net: Use scnprintf() for avoiding potential buffer overflow Takashi Iwai
2020-03-11  8:37 ` [PATCH 1/7] net: caif: " Takashi Iwai
2020-03-11  8:37 ` [PATCH 2/7] i40e: " Takashi Iwai
2020-03-16 20:32   ` [Intel-wired-lan] " Bowers, AndrewX
2020-03-11  8:37 ` [PATCH 3/7] mlx4: " Takashi Iwai
2020-03-11  8:37 ` [PATCH 4/7] nfp: " Takashi Iwai
2020-03-11 11:01   ` [oss-drivers] " Simon Horman
2020-03-11 21:44   ` Jakub Kicinski
2020-03-11  8:37 ` [PATCH 5/7] ionic: " Takashi Iwai
2020-03-11 11:01   ` [oss-drivers] " Simon Horman
2020-03-11 16:45   ` Shannon Nelson
2020-03-11  8:37 ` [PATCH 6/7] sfc: " Takashi Iwai
2020-03-12  9:53   ` Martin Habets
2020-03-12 11:38     ` Takashi Iwai
2020-03-11  8:37 ` [PATCH 7/7] netdevsim: " Takashi Iwai

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