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
Precomp crashes (errorlevel code -1073741819) while decompressing mp3-like data placed in zlib (not sure is it real mp3 or just some random data detected as mp3). Sample data provided. Tested on both 0.4.7 and 0.4.6.
precomp -cn -intense datafile.dat [success]
precomp -r datafile.pcf [crashes]
If I use param -t-3 while compressing, decompression works just fine.
The crash can be reproduced, I've managed to isolate the MP3 stream that causes it. So this most likely is a packmp3 issue, I will investigate this further.
More sample data. With this one precomp doesn't crash, but rather produces corrupted file on decompression without any warnings. Steps to reproduce error are the same:
precomp -cn -intense datafile.dat [success]
precomp -r datafile.pcf [success, but results in corrupted file]
Precomp crashes (errorlevel code -1073741819) while decompressing mp3-like data placed in zlib (not sure is it real mp3 or just some random data detected as mp3). Sample data provided. Tested on both 0.4.7 and 0.4.6.
precomp -cn -intense datafile.dat [success]
precomp -r datafile.pcf [crashes]
If I use param -t-3 while compressing, decompression works just fine.
mp3data-inside-zlib.zip
The text was updated successfully, but these errors were encountered: