-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Address Sanitizer: invalid read at stb_image.h:5669 #74
Comments
saitoha
added a commit
that referenced
this issue
Dec 23, 2019
This problem seems to be caused when libsixel is compiled with with
without
|
0b1e0b3 avoids SEGV by limiting the allocation size to 128MB. |
Fixed on v1.8.5. Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our fuzzer detected several crashes when converting PSD file against 2df6437 (compiled with Address Sanitizer). The command to trigger that is
img2sixel $POC -o /tmp/test.six
where $POC is:https://github.com/ntu-sec/pocs/blob/master/libsixel-2df6437/crashes/read_stb_image.h%3A5669_1.psd
gdb output:
The text was updated successfully, but these errors were encountered: