Skip to content
Commit cf7de258 authored by Aleksandr Mishin's avatar Aleksandr Mishin Committed by Viresh Kumar
Browse files

cppc_cpufreq: Fix possible null pointer dereference



cppc_cpufreq_get_rate() and hisi_cppc_cpufreq_get_rate() can be called from
different places with various parameters. So cpufreq_cpu_get() can return
null as 'policy' in some circumstances.
Fix this bug by adding null return check.

Found by Linux Verification Center (linuxtesting.org) with SVACE.

Fixes: a28b2bfc ("cppc_cpufreq: replace per-cpu data array with a list")
Signed-off-by: default avatarAleksandr Mishin <amishin@t-argos.ru>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent b5e230aa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment