> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of David Hunt > Sent: Wednesday, April 10, 2019 1:49 PM > To: [email protected] > Cc: Hunt, David <[email protected]>; [email protected] > Subject: [dpdk-dev] [PATCH v1] examples/vm_power_manager: fix buffer > overrun > > The freqs array in freq_info struct has RTE_MAX_LCORE_FREQS elements, yet > the code can attemtp to look at the index at POWER_MANAGER_MAX_CPUS, Couple of nit-picks, :%s/ attempt/ attempt > which may be greater than RTE_MAX_LCORE_FREQS. Fix to limit index to > RTE_MAX_LCORE_FREQS. > > Fixes: d26c18c93260 ("examples/vm_power: cpu frequency in host") > Coverity issue: 337660 Candidate for [email protected]? Acked-by: Reshma Pattan <[email protected]> Thanks, Reshma
- [dpdk-dev] [PATCH v1] examples/vm_power_manager: fix buffe... David Hunt
- Re: [dpdk-dev] [PATCH v1] examples/vm_power_manager: ... Pattan, Reshma
- Re: [dpdk-dev] [PATCH v1] examples/vm_power_manag... Kevin Traynor
- Re: [dpdk-dev] [PATCH v1] examples/vm_power_m... Hunt, David
- Re: [dpdk-dev] [PATCH v1] examples/vm_pow... Kevin Traynor
- Re: [dpdk-dev] [PATCH v1] examples/vm_power_manager: ... Thomas Monjalon
- Re: [dpdk-dev] [PATCH v1] examples/vm_power_manag... Hunt, David
- Re: [dpdk-dev] [PATCH v1] examples/vm_power_m... Thomas Monjalon
- Re: [dpdk-dev] [PATCH v1] examples/vm_pow... Hunt, David
- [dpdk-dev] [PATCH v2] examples/vm_power_manager: fix ... David Hunt
- [dpdk-dev] [PATCH v3] examples/vm_power_manager: ... David Hunt
- Re: [dpdk-dev] [dpdk-stable] [PATCH v3] examp... Thomas Monjalon

