Re: [PATCH v6 0/4] fbcon: Fixes for screen resolution changes

2022-06-27 Thread Helge Deller
On 6/26/22 12:28, Helge Deller wrote: > This series fixes possible out-of-bound memory accesses when users trigger > screen resolutions changes with invalid input parameters, e.g. reconfigures > screen which is smaller than the current font size, or if the virtual screen > size is smaller than the

[PATCH v6 0/4] fbcon: Fixes for screen resolution changes

2022-06-26 Thread Helge Deller
This series fixes possible out-of-bound memory accesses when users trigger screen resolutions changes with invalid input parameters, e.g. reconfigures screen which is smaller than the current font size, or if the virtual screen size is smaller than the physical screen size. v6: - final version - a