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
In opj_get_all_encoding_parameters, there should be some checked to ensure that 1u << (l_pdx + l_level_no) and 1u << (l_pdy + l_level_no) are not undefined shifts on corrupted files. But I'm not sure what the correct way to fix this is. I'll share a sample file that exhibits the problem on request.
The text was updated successfully, but these errors were encountered:
In opj_get_all_encoding_parameters, there should be some checked to ensure that 1u << (l_pdx + l_level_no) and 1u << (l_pdy + l_level_no) are not undefined shifts on corrupted files. But I'm not sure what the correct way to fix this is. I'll share a sample file that exhibits the problem on request.
The text was updated successfully, but these errors were encountered: