
25 Jun
2022
25 Jun
'22
9:10 a.m.
On Wed, 18 May 2022 13:36:18 +0800 Bin Meng bmeng.cn@gmail.com wrote:
The codes that call STBTT_malloc() / stbtt__new_active() do not check the return value at present which may cause segfault.
Signed-off-by: Bin Meng bmeng.cn@gmail.com
drivers/video/stb_truetype.h | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-)
applied to u-boot-video/master, thanks!
-- Anatolij