-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
AddressSanitizer: SEGV on unknown address 0x000000000014 #415
Comments
Confirmed, investigating... |
This crash is happening in libjpeg, so you need to provide the IJG a copy of the JPEG file so they can fix this. I am also testing this against libjpeg-turbo, which will be in the next release of HTMLDOC as the embedded/local JPEG library... |
... and it looks like the same issue is present in libjpeg-turbo as well. |
OK, so for some reason the setjmp exception handling is not working - looking further because the library is throwing an error but not stopping processing. |
Thanks for the fix. |
CVE-2021-23191 assigned |
Hello, While fuzzing htmldoc , I found SEGV on unknown address
test platform
htmldoc Version 1.9.12 git [master 6898d0a]
OS :Ubuntu 20.04.1 LTS x86_64
kernel: 5.4.0-53-generic
compiler: clang version 10.0.0-4ubuntu1
reproduced:
poc(zipped for update):
poc4.zip
reporter: chiba of topsec alphalab
The text was updated successfully, but these errors were encountered: