nothings / stb

stb single-file public domain libraries for C/C++
https://twitter.com/nothings
Other
25.83k stars 7.66k forks source link

Fix Null pointer dereference because of an uninitialized variable #1551

Closed JarLob closed 1 week ago

JarLob commented 8 months ago

Call stbi__vertical_flip_slices only if the previous function didn't fail. Fixes #1550