-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
SEGV in jpegoptim.c:631, jpeg_read_header() #168
Comments
This would seem to be issue in libjpeg and not in jpegoptim? |
@tjko thanks, I have reported the issue to |
referring the comment, |
@tjko there are no more SEGV crashes using the same POC with jpegoptim v1.5.5, I suppose the issue was already fixed by 3401f25 |
@schsiung, yes I think you're correct. I had forgotten about the 'custom' memory manager that jpegoptim uses. It can make it look like there is problem in the libjpeg, when the problem is actually in jpegoptim (jpegsrc.c)... |
Expected behavior and actual behavior.
SEGV_jpegoptim-1.4.7.tar.gz
Expect running without SEGV .
Steps to reproduce the problem.
bin/jpegoptim out/default/crashes/id:000000,sig:11,src:000055,time:111839,execs:11762,op:havoc,rep:7 -o 1.jpg
gdb bin/jpegoptim
libjpeg.a
, it gives more information:Operating system
version
jpegoptim-1.4.7
From: [email protected]
The text was updated successfully, but these errors were encountered: