Re: [PATCH] video: console: Fix buffer overflow in cmd 'font list'

2024-01-29 Thread Tom Rini
On Wed, 17 Jan 2024 23:29:29 +0100, Janne Grunau wrote: > vidconsole_ops.get_font is documented to return -ENOENT after the last > video_fontdata entry. > > Applied to u-boot/master, thanks! -- Tom

[PATCH] video: console: Fix buffer overflow in cmd 'font list'

2024-01-17 Thread Janne Grunau via B4 Relay
From: Janne Grunau vidconsole_ops.get_font is documented to return -ENOENT after the last video_fontdata entry. Signed-off-by: Janne Grunau --- drivers/video/console_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/video/console_core.c b/drivers/video/console_