DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [Bug 594] i40e PMD APIs is missing input validation
@ 2020-12-04 16:31 bugzilla
  2021-01-14  2:19 ` bugzilla
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2020-12-04 16:31 UTC (permalink / raw)
  To: dev

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

            Bug ID: 594
           Summary: i40e 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)
int
rte_pmd_i40e_add_vf_mac_addr(uint16_t port, uint16_t vf_id,
                             struct rte_ether_addr *mac_addr)

- 'mac_addr' is used without NULL check

2)
int rte_pmd_i40e_flow_add_del_packet_template(
                        uint16_t port,
                        const struct rte_pmd_i40e_pkt_template_conf *conf,
                        uint8_t add)

- 'conf' is used without NULL check

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

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

end of thread, other threads:[~2021-01-14  2:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-04 16:31 [dpdk-dev] [Bug 594] i40e PMD APIs is missing input validation bugzilla
2021-01-14  2:19 ` 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).