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
The expected endianness for the raw input format is not documented.
This may lead to :
1. confusion
2. codeblock data buffer overflow. The of the buffer is not large enough the wavelet
coefficient of the garbled input.
The user will have a hard time to diagnose this issue because lossless compression
works flawlessly while lossy compression causes a segmentation fault.
Reported by jf.pambrun on 2013-12-16 00:42:38
The text was updated successfully, but these errors were encountered:
I can't find this explanation in opj_compress on the current trunk. I have lost several
hours looking into this issue thinking it was related to the signed nature of my images.
The documentation is lacking and parameter mistakes will cause segmentation faults
due to a buffer overflow. Is this a normal behavior?
Originally reported on Google Code with ID 251
Reported by
jf.pambrun
on 2013-12-16 00:42:38The text was updated successfully, but these errors were encountered: