You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The alloc_context pointer for stbir_resize_uint8_generic is being checked for null, even though the library itself passes NULL to the underlying function calls in stbir_resize_uint8.
Environment
3.2.2
, checked in Master as wellUnknown
15
Linux
stb
Description
The
alloc_context
pointer forstbir_resize_uint8_generic
is being checked for null, even though the library itself passesNULL
to the underlying function calls instbir_resize_uint8
.stbir_resize_uint8: https://github.com/nothings/stb/blob/master/stb_image_resize.h#L2463
stbir_resize_uint8_generic: https://github.com/nothings/stb/blob/master/stb_image_resize.h#L2506
The text was updated successfully, but these errors were encountered: