DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [Bug 593] dpaa2 PMD APIs is missing input validation
@ 2020-12-04 16:17 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2020-12-04 16:17 UTC (permalink / raw)
  To: dev

https://bugs.dpdk.org/show_bug.cgi?id=593

            Bug ID: 593
           Summary: dpaa2 PMD APIs is missing input validation
           Product: DPDK
           Version: unspecified
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: ethdev
          Assignee: dev@dpdk.org
          Reporter: ferruh.yigit@intel.com
  Target Milestone: ---

1)
struct rte_flow *
rte_pmd_dpaa2_mux_flow_create(uint32_t dpdmux_id,
                              struct rte_flow_item *pattern[],
                              struct rte_flow_action *actions[])

'- 'pattern' & 'actions' & 'pattern[0]' & 'actions[0]', should be checked
against NULL before using them


2)
int
rte_pmd_dpaa2_set_custom_hash(uint16_t port_id,
                              uint16_t offset,
                              uint8_t size)

- 'port_id' should be checked if it is valid and if it is 'dpaa2' port or not

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-12-04 16:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-04 16:17 [dpdk-dev] [Bug 593] dpaa2 PMD APIs is missing input validation bugzilla

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