All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix unsafe string functions
@ 2023-04-20 23:46 Kinga Tanska
  2023-04-20 23:46 ` [PATCH 1/2] " Kinga Tanska
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kinga Tanska @ 2023-04-20 23:46 UTC (permalink / raw)
  To: linux-raid; +Cc: jes, colyli

This series of patches contains fixes for unsafe string
functions usings. Unsafe functions were replaced with
new ones that limites the input length.

Kinga Tanska (2):
  Fix unsafe string functions
  platform-intel: limit guid length

 mdmon.c          | 6 +++---
 mdopen.c         | 4 ++--
 platform-intel.c | 5 +----
 platform-intel.h | 5 ++++-
 super-intel.c    | 6 +++---
 5 files changed, 13 insertions(+), 13 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2023-05-08 20:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-20 23:46 [PATCH 0/2] Fix unsafe string functions Kinga Tanska
2023-04-20 23:46 ` [PATCH 1/2] " Kinga Tanska
2023-04-20 23:46 ` [PATCH 2/2] platform-intel: limit guid length Kinga Tanska
2023-05-08 20:31 ` [PATCH 0/2] Fix unsafe string functions Jes Sorensen

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.