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
Found a file that causes bz3_compress to crash. I have tried setting block size to 1MB, 65K, and the size of the file to see if that would change the result, even set the allocated memory to the bz3_bound value x2 to see if that helps also. In all cases it seems to still cause a crash.
I am attaching the img0.jpg file (stored in a zip) that is causing this issue.
Maybe its an edge case where the size of the file to be compressed is larger than the estimated bounds size for allocating memory? since its a jpeg and is compressed already. Anyhow just thought it was worth mentioning. Hopefully it can be confirmed that this file is causing a crash. Thanks in advance.
Found a file that causes bz3_compress to crash. I have tried setting block size to 1MB, 65K, and the size of the file to see if that would change the result, even set the allocated memory to the bz3_bound value x2 to see if that helps also. In all cases it seems to still cause a crash.
I am attaching the img0.jpg file (stored in a zip) that is causing this issue.
Maybe its an edge case where the size of the file to be compressed is larger than the estimated bounds size for allocating memory? since its a jpeg and is compressed already. Anyhow just thought it was worth mentioning. Hopefully it can be confirmed that this file is causing a crash. Thanks in advance.
img0.zip
The text was updated successfully, but these errors were encountered: