[dpdk-stable] [dpdk-dev] [PATCH v1] examples/vm_power_manager: fix buffer overrun

Thomas Monjalon thomas at monjalon.net
Mon Apr 22 23:54:50 CEST 2019


10/04/2019 14:49, David Hunt:
> 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,
> 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
> 
> Signed-off-by: David Hunt <david.hunt at intel.com>

It seems to have been fixed in another patch, isn't it?





More information about the stable mailing list