commit | bb7c7205f6f2f2371419bac7b736c6eb7a28a7c0 | [log] [tgz] |
---|---|---|
author | Janne Grunau <j@jannau.net> | Wed Jan 17 23:29:29 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 29 14:53:11 2024 -0500 |
tree | 988a8b9655378ef904f4e02a29ad7c29b5d45650 | |
parent | 3a0bfc06191e4f1191603d28b1cb4efb0c927279 [diff] |
video: console: Fix buffer overflow in cmd 'font list' vidconsole_ops.get_font is documented to return -ENOENT after the last video_fontdata entry. Signed-off-by: Janne Grunau <j@jannau.net>