All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Static analysis fixes
@ 2026-03-12 10:36 Kevin Traynor
  2026-03-12 10:36 ` [PATCH 1/4] vhost: fix resource leak Kevin Traynor
                   ` (4 more replies)
  0 siblings, 5 replies; 17+ messages in thread
From: Kevin Traynor @ 2026-03-12 10:36 UTC (permalink / raw)
  To: dev; +Cc: Kevin Traynor

Fix some leaks and uninitialized variables.

Kevin Traynor (4):
  vhost: fix resource leak
  net/bnxt: fix uninitialized read
  app/testpmd: check for no arguments
  app/testpmd: fix fd leak

 app/test-pmd/cmdline.c               | 10 ++++++++--
 drivers/net/bnxt/tf_ulp/ulp_sc_mgr.c |  2 +-
 lib/vhost/socket.c                   |  1 +
 3 files changed, 10 insertions(+), 3 deletions(-)

-- 
2.53.0


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

end of thread, other threads:[~2026-03-17 15:55 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-12 10:36 [PATCH 0/4] Static analysis fixes Kevin Traynor
2026-03-12 10:36 ` [PATCH 1/4] vhost: fix resource leak Kevin Traynor
2026-03-17 14:46   ` Maxime Coquelin
2026-03-12 10:36 ` [PATCH 2/4] net/bnxt: fix uninitialized read Kevin Traynor
2026-03-12 16:57   ` Stephen Hemminger
2026-03-16 18:39     ` Thomas Monjalon
2026-03-12 18:45   ` Kishore Padmanabha
2026-03-12 10:36 ` [PATCH 3/4] app/testpmd: check for no arguments Kevin Traynor
2026-03-12 12:37   ` fengchengwen
2026-03-12 17:03     ` Stephen Hemminger
2026-03-12 23:59       ` fengchengwen
2026-03-13  9:24         ` Kevin Traynor
2026-03-14  7:57           ` fengchengwen
2026-03-16  9:47             ` Kevin Traynor
2026-03-12 10:36 ` [PATCH 4/4] app/testpmd: fix fd leak Kevin Traynor
2026-03-17 15:52   ` Thomas Monjalon
2026-03-17 15:55 ` [PATCH 0/4] Static analysis fixes Thomas Monjalon

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.