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.yi...@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.

Reply via email to