> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of David Hunt > Sent: Wednesday, April 10, 2019 1:49 PM > To: dev@dpdk.org > Cc: Hunt, David <david.h...@intel.com>; sta...@dpdk.org > 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 sta...@dpdk.org? Acked-by: Reshma Pattan <reshma.pat...@intel.com> 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