commit | 01c76f1a64ba8cb3da9b26be481e289ee16960f0 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng@tinylab.org> | Thu Aug 03 17:32:41 2023 +0800 |
committer | Anatolij Gustschin <agust@denx.de> | Sun Aug 13 23:08:15 2023 +0200 |
tree | be69afccfff44910596b7d9685ce4af1fdd6bda0 | |
parent | a5899cc69a99379f01e8e2f9f98e0e09b24f1656 [diff] |
video: vidconsole: Fix null dereference of ops->measure 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 <bmeng@tinylab.org> Reviewed-by: Simon Glass <sjg@chromium.org>