Özkan Sezer
Results
572
comments of
Özkan Sezer
> Tagging @sezero since this PR was integrated into SDL_image in [libsdl-org/SDL_image@658e442](https://github.com/libsdl-org/SDL_image/commit/658e4423772cef1b552432547691e08387002dd9) . Updated SDL repos, thanks.
First patch requires adjusting restrictions on `stbi__malloc_mad4()` and `stbi__mad4sizes_valid()`, like: ```diff diff --git a/src/stb_image.h b/src/stb_image.h index 99115a6..03c22e0 100644 --- a/src/stb_image.h +++ b/src/stb_image.h @@ -1110,7 +1110,7 @@ static int stbi__mad3sizes_valid(int a,...