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
It looks like you've already fixed one cause of this crash, but even the latest svn
version of openjpeg (r2997) crashes with an assertion error when parsing the invalid,
fuzzed JPEG2000 files in the attachment:
$ bin/opj_decompress -i openjpeg-svn-assertion-l_res-x-gt-0-id000036svn.jp2 -o output.pnm
[INFO] Start to read j2k main header (85).
[INFO] Main header has been correctly decoded.
[INFO] No decoded area parameters, set the decoded area to the whole image
[INFO] Header of tile 1 / 1 has been read.
[INFO] Tile 1/1 has been decoded.
opj_decompress: /home/aidan/src/afl-1.24b/openjpeg-svn/src/lib/openjp2/j2k.c:8066:
opj_j2k_update_image_data: Assertion `l_res->x0 >= 0' failed.
Aborted
Originally reported on Google Code with ID 475
Reported by
makosoft
on 2015-02-16 12:18:55- _Attachment: [openjpeg-svn-assertion-l_res-x-gt-0.zip](https://storage.googleapis.com/google-code-attachments/openjpeg/issue-475/comment-0/openjpeg-svn-assertion-l_res-x-gt-0.zip)_
The text was updated successfully, but these errors were encountered: