libsdl-org / SDL_image

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

Factor out the parts of IMG_LoadJPG_RW where locals can be clobbered by setjmp()/longjmp() #435

Open smcv opened 6 months ago

smcv commented 6 months ago

Ideally the libjpeg loading path should have an equivalent of #418 and https://github.com/libsdl-org/SDL_image/commit/f98f0bcd9b35ba6c2f77db042cc056d245be81c6.

(Originally requested by @sezero in https://github.com/libsdl-org/SDL_image/pull/431#issuecomment-1989322714)