Bug 591 - atlantic PMD APIs is missing input validation
Summary: atlantic PMD APIs is missing input validation
Status: UNCONFIRMED
Alias: None
Product: DPDK
Classification: Unclassified
Component: ethdev (show other bugs)
Version: unspecified
Hardware: All All
: Normal normal
Target Milestone: ---
Assignee: dev
URL:
Depends on:
Blocks:
 
Reported: 2020-12-04 17:10 CET by Ferruh YIGIT
Modified: 2020-12-04 17:10 CET (History)
0 users



Attachments

Description Ferruh YIGIT 2020-12-04 17:10:04 CET
* 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

Note You need to log in before you can comment on or make changes to this bug.