]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
video: hgafb: fix potential NULL pointer dereference
authorIgor Matheus Andrade Torrente <igormtorrente@gmail.com>
Mon, 3 May 2021 11:57:06 +0000 (13:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 May 2021 09:27:33 +0000 (11:27 +0200)
commit1b7184e227995cf14126722f4db8995edb8e13f3
tree9613d5636ded44ed7d81f0e1b1faf64dc2faf9f2
parentb73205b2711a05d953185ff8623b1b2b6ae077c4
video: hgafb: fix potential NULL pointer dereference

commit dc13cac4862cc68ec74348a80b6942532b7735fa upstream.

The return of ioremap if not checked, and can lead to a NULL to be
assigned to hga_vram. Potentially leading to a NULL pointer
dereference.

The fix adds code to deal with this case in the error label and
changes how the hgafb_probe handles the return of hga_card_detect.

Cc: Ferenc Bakonyi <fero@drama.obuda.kando.hu>
Cc: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Igor Matheus Andrade Torrente <igormtorrente@gmail.com>
Link: https://lore.kernel.org/r/20210503115736.2104747-40-gregkh@linuxfoundation.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/video/fbdev/hgafb.c