All of lore.kernel.org
 help / color / mirror / Atom feed
* [dpdk-dev] [Bug 591] atlantic APIs is missing input validation
@ 2020-12-04 16:10 bugzilla
  0 siblings, 0 replies; only message in thread
From: bugzilla @ 2020-12-04 16:10 UTC (permalink / raw)
  To: dev

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: dev@dpdk.org
          Reporter: ferruh.yigit@intel.com
  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.

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

only message in thread, other threads:[~2020-12-04 16:10 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:10 [dpdk-dev] [Bug 591] atlantic APIs is missing input validation bugzilla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.