libsdl-org / SDL_image

Image decoding for many popular formats for Simple Directmedia Layer.
zlib License
513 stars 174 forks source link

Fix regression (segfault) in LBM image loading [SDL2 branch] #407

Closed ankith26 closed 7 months ago

ankith26 commented 7 months ago

The PR https://github.com/libsdl-org/SDL_image/pull/318 introduced a regression, loading some kinds of LBM files now segfaults.

Here is a zip that contains one such LBM file that segfaults on 2.8.x but not on earlier versions.

This PR does a simple fix

slouken commented 7 months ago

Merged, thanks!