Re: [PATCH] fbdev: fbcon: Make sure modelist not set on unregistered console

2025-05-12 Thread Helge Deller
On 5/9/25 22:06, Kees Cook wrote: It looks like attempting to write to the "store_modes" sysfs node will run afoul of unregistered consoles: UBSAN: array-index-out-of-bounds in drivers/video/fbdev/core/fbcon.c:122:28 index -1 is out of range for type 'fb_info *[32]' ... fbcon_info_from_console

[PATCH] fbdev: fbcon: Make sure modelist not set on unregistered console

2025-05-09 Thread Kees Cook
It looks like attempting to write to the "store_modes" sysfs node will run afoul of unregistered consoles: UBSAN: array-index-out-of-bounds in drivers/video/fbdev/core/fbcon.c:122:28 index -1 is out of range for type 'fb_info *[32]' ... fbcon_info_from_console+0x192/0x1a0 drivers/video/fbdev/core