-
Notifications
You must be signed in to change notification settings - Fork 456
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
Segmentation Faults #940
Comments
id:000034,sig:11,src:003240,op:flip1,pos:22:
id:000167,sig:11,src:006079,op:havoc,rep:4:
|
See: #882 opj_decompress -i id_000004,sig_06,src_000679,op_arith8,pos_49,val_-17 -o test.png [INFO] Start to read j2k main header (0). opj_decompress -i id_000019,sig_08,src_001098,op_flip1,pos_49 -o test.png [INFO] Start to read j2k main header (0). opj_decompress -i id_000020,sig_06,src_001958,op_flip4,pos_149 -o test.png [INFO] Start to read j2k main header (0). opj_decompress -i id_000026,sig_08,src_002419,op_int32,pos_60,val_+32 -o test.png [INFO] Start to read j2k main header (0). /sources/LIB/IMAGE_FORMATS/OPENJPEG/VERSION-2.2/openjpeg2-2017-05-11-1/src/bin/common/color.c:350:color_sycc_to_rgb opj_decompress -i id_000034,sig_11,src_003240,op_flip1,pos_22 -o test.png [INFO] Start to read j2k main header (0). opj_decompress -i id_000098,sig_11,src_005411,op_havoc,rep_2 -o test.png [INFO] Start to read j2k main header (0). opj_decompress -i id_000167,sig_11,src_006079,op_havoc,rep_4 -o test.png [INFO] Start to read j2k main header (0). |
Issue on id:000034,sig:11,src:003240,op:flip1,pos:2 no longer reproducible with current master and issue on id_000167,sig_11,src_006079,op_havoc,rep_4 fixed per 94cc97c |
Hello, I was using American Fuzzy Lop (afl-fuzz) to fuzz input to the
opj_decompress
program on Linux. Is fixing the crashes from these input files something you're interested in? The input files can be found here: https://github.com/rwhitworth/openjpeg-fuzz/tree/master/2017-05-23.The files can be executed as
opj_decompress -i id_filename -o /tmp/output.tif
to cause segmentation faults. The version of opj_decompress was from commit 83d7a6d.The two files from that repo to investigate are:
id:000034,sig:11,src:003240,op:flip1,pos:22
id:000167,sig:11,src:006079,op:havoc,rep:4
Each looks to be a different root cause. Valgrind output to follow.
Let me know if I can provide any more information to help narrow down this issue.
The text was updated successfully, but these errors were encountered: