DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] fix use after free
@ 2025-03-13 17:22 Stephen Hemminger
  2025-03-13 17:22 ` [PATCH 1/2] net/qede: " Stephen Hemminger
  2025-03-13 17:22 ` [PATCH 2/2] bus/fslmc: " Stephen Hemminger
  0 siblings, 2 replies; 4+ messages in thread
From: Stephen Hemminger @ 2025-03-13 17:22 UTC (permalink / raw)
  To: dev; +Cc: Stephen Hemminger

These are bug fixes reported by PVS studio.
Later patches can consolidate the FOREACH_SAFE macros,
but these patches are intended to fix the current bugs
in main and stable branches.

Stephen Hemminger (2):
  net/qede: fix use after free
  bus/fslmc: fix use after free

 drivers/bus/fslmc/portal/dpaa2_hw_dpio.c | 10 +++++++++-
 drivers/net/qede/qede_filter.c           | 20 ++++++++++++--------
 2 files changed, 21 insertions(+), 9 deletions(-)

-- 
2.47.2


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

end of thread, other threads:[~2025-03-17  9:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-13 17:22 [PATCH 0/2] fix use after free Stephen Hemminger
2025-03-13 17:22 ` [PATCH 1/2] net/qede: " Stephen Hemminger
2025-03-13 17:22 ` [PATCH 2/2] bus/fslmc: " Stephen Hemminger
2025-03-16 15:00   ` Markus Elfring

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