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
I'm using mozjpeg-sys 0.10.4 to load jpeg images (because the image crate is much slower).
It usually works but I encountered a jpg file that causes it to crash with (exit code: 0xc0000409, STATUS_STACK_BUFFER_OVERRUN).
I ran it with msvc debugger but it pointed to random code that happens afterwards (tried multiple runs), which can't be. I think it's because the stack gets corrupted..
I'm using mozjpeg-sys 0.10.4 to load jpeg images (because the
image
crate is much slower).It usually works but I encountered a jpg file that causes it to crash with
(exit code: 0xc0000409, STATUS_STACK_BUFFER_OVERRUN)
.It's this jpg file.
I'm loading it like this:
Am I doing something wrong? It works with other jpg files..
The text was updated successfully, but these errors were encountered: