libsdl-org / SDL_ttf

Support for TrueType (.ttf) font files with Simple Directmedia Layer.
zlib License
343 stars 116 forks source link

Fix ASAN reports: runtime error: left shift of XXX by 24 places cannot be represented in type 'int' #330

Closed 1bsyl closed 5 months ago

1bsyl commented 5 months ago

Fix ASAN reports: runtime error: left shift of XXX by 24 places cannot be represented in type 'int'

slouken commented 5 months ago

Merged and cherry-picked to SDL2, thanks!