Skip to content

cursor/convert_font.c: malloc cannot guarantee that the memory allocated is always successful

Ganjing0224 requested to merge Ganjing0224/wayland:master into master

we should guarantee that the memory allocated is successful when we use the pointer returned by malloc()

Merge request reports