Skip to content

Commit

Permalink
console/dummy: leave .con_font_get set to NULL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nicolas Pitre authored and Bartlomiej Zolnierkiewicz committed Jan 15, 2018
1 parent 91ae339 commit 724ba8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/video/console/dummycon.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ const struct consw dummy_con = {
.con_switch = DUMMY,
.con_blank = DUMMY,
.con_font_set = DUMMY,
.con_font_get = DUMMY,
.con_font_default = DUMMY,
.con_font_copy = DUMMY,
};
Expand Down

0 comments on commit 724ba8b

Please sign in to comment.