SDL_image icon indicating copy to clipboard operation
SDL_image copied to clipboard

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

Open smcv opened this issue 11 months ago • 0 comments

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)

smcv avatar Mar 11 '24 20:03 smcv