https://bugs.dpdk.org/show_bug.cgi?id=591
Bug ID: 591
Summary: atlantic APIs is missing input validation
Product: DPDK
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
* rte_pmd_atl_macsec_config_txsc(uint16_t port, uint8_t *mac)
- 'mac' is used without NULL check
* rte_pmd_atl_macsec_config_rxsc(uint16_t port, uint8_t *mac, uint16_t pi)
- 'mac' is used without NULL check
* rte_pmd_atl_macsec_select_txsa(uint16_t port, uint8_t idx, uint8_t an,
uint32_t pn, uint8_t *key)
- 'key' is used without NULL check
* rte_pmd_atl_macsec_select_rxsa(uint16_t port, uint8_t idx, uint8_t an,
uint32_t pn, uint8_t *key)
- 'key' is used without NULL check
--
You are receiving this mail because:
You are the assignee for the bug.