]> git.ipfire.org Git - people/arne_f/kernel.git/commit
x86/hpet: Prevent potential NULL pointer dereference
authorAditya Pakki <pakki001@umn.edu>
Tue, 19 Mar 2019 02:19:56 +0000 (21:19 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 20 Apr 2019 07:07:50 +0000 (09:07 +0200)
commitec1fdc02cc255f5021f52e3bf90044099d9eba67
tree21ed4adb1f013fc31f135dc8dfbf83414ffa4562
parenta95d4e6039e00c71b0e97e713f9b129da852ae36
x86/hpet: Prevent potential NULL pointer dereference

[ Upstream commit 2e84f116afca3719c9d0a1a78b47b48f75fd5724 ]

hpet_virt_address may be NULL when ioremap_nocache fail, but the code lacks
a check.

Add a check to prevent NULL pointer dereference.

Signed-off-by: Aditya Pakki <pakki001@umn.edu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: kjlu@umn.edu
Cc: Borislav Petkov <bp@alien8.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Joe Perches <joe@perches.com>
Cc: Nicolai Stange <nstange@suse.de>
Cc: Roland Dreier <roland@purestorage.com>
Link: https://lkml.kernel.org/r/20190319021958.17275-1-pakki001@umn.edu
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/x86/kernel/hpet.c