linux-kernel-test/drivers/thermal
Sachin Kamat c072fed95c thermal: Exynos: Fix NULL pointer dereference in exynos_unregister_thermal()
exynos_unregister_thermal() is functional only when 'th_zone' is not
NULL (ensured by the NULL checks). However, in the event it is NULL, it
gets dereferenced in the for loop. This patch fixes this issue.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
2012-09-28 08:23:21 +08:00
..
cpu_cooling.c Thermal: Fix bug on cpu_cooling, cooling device's id conflict problem. 2012-09-27 14:11:22 +08:00
exynos_thermal.c thermal: Exynos: Fix NULL pointer dereference in exynos_unregister_thermal() 2012-09-28 08:23:21 +08:00
Kconfig thermal: exynos5: add exynos5250 thermal sensor driver support 2012-09-24 14:44:38 +08:00
Makefile hwmon: exynos4: move thermal sensor driver to driver/thermal directory 2012-09-24 14:44:38 +08:00
rcar_thermal.c thermal: add Renesas R-Car thermal sensor support 2012-09-24 14:44:37 +08:00
spear_thermal.c Thermal: Remove tc1/tc2 in generic thermal layer. 2012-09-24 14:44:36 +08:00
thermal_sys.c thermal: Fix potential NULL pointer accesses 2012-09-24 14:44:38 +08:00