mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 14:50:17 +00:00
a110714141
Surface::create already initialized memory to 0 and getPixels can be nullptr if bitmap size is 0. In this case memset gets called with nullptr which is undefined behaviour. |
||
---|---|---|
.. | ||
amigafont.cpp | ||
amigafont.h | ||
bdf.cpp | ||
bdf.h | ||
consolefont.cpp | ||
macfont.cpp | ||
macfont.h | ||
newfont_big.cpp | ||
newfont.cpp | ||
ttf.cpp | ||
ttf.h | ||
winfont.cpp | ||
winfont.h |