DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/8] fix some coverity issues
@ 2024-03-14  7:05 Chaoyong He
  2024-03-14  7:05 ` [PATCH 1/8] net/nfp: fix return value check Chaoyong He
                   ` (9 more replies)
  0 siblings, 10 replies; 21+ messages in thread
From: Chaoyong He @ 2024-03-14  7:05 UTC (permalink / raw)
  To: dev; +Cc: oss-drivers, Chaoyong He

This patch series fix some coverity issues, includes:
- 414936
- 414937
- 414938
- 414939
- 414941
- 414942
- 415042
- 415051

Chaoyong He (6):
  net/nfp: fix return value check
  net/nfp: fix string overflow
  net/nfp: fix unreachable control flow
  net/nfp: fix check return value
  net/nfp: fix unreachable loop flow
  net/nfp: fix null pointer dereference

Peng Zhang (2):
  net/nfp: fix dereference after null check
  net/nfp: fix tainted scalar

 drivers/net/nfp/flower/nfp_flower.c |  3 ++-
 drivers/net/nfp/nfp_ethdev.c        |  1 -
 drivers/net/nfp/nfp_net_flow.c      | 11 ++++++++---
 drivers/net/nfp/nfp_service.c       |  9 ++++++++-
 drivers/net/nfp/nfpcore/nfp_elf.c   | 17 ++++++++++++-----
 drivers/net/nfp/nfpcore/nfp_sync.c  |  3 ++-
 6 files changed, 32 insertions(+), 12 deletions(-)

-- 
2.39.1


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

end of thread, other threads:[~2024-03-14 11:02 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-14  7:05 [PATCH 0/8] fix some coverity issues Chaoyong He
2024-03-14  7:05 ` [PATCH 1/8] net/nfp: fix return value check Chaoyong He
2024-03-14  7:05 ` [PATCH 2/8] net/nfp: fix string overflow Chaoyong He
2024-03-14  7:05 ` [PATCH 3/8] net/nfp: fix unreachable control flow Chaoyong He
2024-03-14  7:05 ` [PATCH 4/8] net/nfp: fix check return value Chaoyong He
2024-03-14  7:05 ` [PATCH 5/8] net/nfp: fix unreachable loop flow Chaoyong He
2024-03-14  7:05 ` [PATCH 6/8] net/nfp: fix null pointer dereference Chaoyong He
2024-03-14  7:05 ` [PATCH 7/8] net/nfp: fix dereference after null check Chaoyong He
2024-03-14  7:05 ` [PATCH 8/8] net/nfp: fix tainted scalar Chaoyong He
2024-03-14  7:40 ` [PATCH v2 0/8] fix some coverity issues Chaoyong He
2024-03-14  7:40   ` [PATCH v2 1/8] net/nfp: fix return value check Chaoyong He
2024-03-14  7:40   ` [PATCH v2 2/8] net/nfp: fix string overflow Chaoyong He
2024-03-14  7:40   ` [PATCH v2 3/8] net/nfp: fix unreachable control flow Chaoyong He
2024-03-14  7:40   ` [PATCH v2 4/8] net/nfp: fix check return value Chaoyong He
2024-03-14  7:40   ` [PATCH v2 5/8] net/nfp: fix unreachable loop flow Chaoyong He
2024-03-14  7:40   ` [PATCH v2 6/8] net/nfp: fix null pointer dereference Chaoyong He
2024-03-14  7:40   ` [PATCH v2 7/8] net/nfp: fix dereference after null check Chaoyong He
2024-03-14  7:40   ` [PATCH v2 8/8] net/nfp: fix tainted scalar Chaoyong He
2024-03-14 11:01   ` [PATCH v2 0/8] fix some coverity issues Ferruh Yigit
2024-03-14 10:58 ` [PATCH " Ferruh Yigit
2024-03-14 11:01   ` Ferruh Yigit

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