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.h...@intel.com>
It seems to have been fixed in another patch, isn't it?