On Thu, 3 Aug 2023 at 03:32, Bin Meng <[email protected]> wrote: > > At present vidconsole_measure() tests ops->select_font before calling > ops->measure, which would result in a null dereference when the console > driver provides no ops for measure. > > Fixes: b828ed7d7929 ("console: Allow measuring the bounding box of text") > Signed-off-by: Bin Meng <[email protected]> > --- > > drivers/video/vidconsole-uclass.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]>

