console/dummy: leave .con_font_get set to NULL
authorNicolas Pitre <nicolas.pitre@linaro.org>
Mon, 15 Jan 2018 16:04:22 +0000 (17:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Feb 2018 14:43:49 +0000 (15:43 +0100)
commit81c1ef9a0fcf696f443346ff2315e698a1d2b69e
tree8ca78e4ef3324b7c3957f5e6b16e0f8b019d9760
parentdca0dc604aa37fda4681227250522dd9abe47298
console/dummy: leave .con_font_get set to NULL

commit 724ba8b30b044aa0d94b1cd374fc15806cdd6f18 upstream.

When this method is set, the caller expects struct console_font fields
to be properly initialized when it returns. Leave it unset otherwise
nonsensical (leaked kernel stack) values are returned to user space.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
Cc: stable@vger.kernel.org
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/video/console/dummycon.c