]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Wed, 14 Aug 2019 09:18:49 +0000 (11:18 +0200)
commit19df28dbaba69f0f1afeae2ea111789c5e2fe4e9
tree4acbbab0bab1f5f3ede213721f47fa8a7ab49d73
parent079a8fa5c903d4d2836e5bf2bd797bce0508a5b1
x86/hpet: Prevent potential NULL pointer dereference

BugLink: https://bugs.launchpad.net/bugs/1838349
[ 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>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
arch/x86/kernel/hpet.c