Files
linux/drivers/cpufreq
Wen Yang 75cd0c16de cpufreq/pasemi: fix use-after-free in pas_cpufreq_cpu_init()
[ Upstream commit e0a12445d1 ]

The cpu variable is still being used in the of_get_property() call
after the of_node_put() call, which may result in use-after-free.

Fixes: a9acc26b75 ("cpufreq/pasemi: fix possible object reference leak")
Signed-off-by: Wen Yang <wen.yang99@zte.com.cn>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-05-15 14:17:02 +09:00
..
2017-02-17 17:18:46 +08:00
2023-05-15 13:00:00 +09:00
2018-08-01 22:37:29 -07:00
2018-08-01 22:37:29 -07:00
2017-02-17 17:18:46 +08:00