[dpdk-dev] [dpdk-stable] [PATCH v3] examples/vm_power_manager: fix buffer overrun
Thomas Monjalon
thomas at monjalon.net
Fri May 3 01:38:21 CEST 2019
26/04/2019 10:42, David Hunt:
> The freqs array in freq_info struct has RTE_MAX_LCORE_FREQS elements,
> yet the code can attempt to look at the index at RTE_MAX_LCORE,
> 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
> CC: stable at dpdk.org
> Signed-off-by: David Hunt <david.hunt at intel.com>
> Acked-by: Reshma Pattan <reshma.pattan at intel.com>
Applied, thanks
More information about the dev
mailing list