Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As to 6673775, wavpack might trigger an infinite loop at pack_utils.c:514 due to mis-calculation of wpc->block_samples. wavpack --blocksize=128 -h $FILE -o /tmp/test.wv -y
wpc->block_samples
example input wav files: wavpack_hangs.zip
The text was updated successfully, but these errors were encountered:
issue #53: error out on zero sample rate
070ef6f
Thanks for reporting this! Closing as fixed.
Sorry, something went wrong.
CVE-2018-19840 has been assigned for this issue.
No branches or pull requests
As to 6673775, wavpack might trigger an infinite loop at pack_utils.c:514 due to mis-calculation of
wpc->block_samples.wavpack --blocksize=128 -h $FILE -o /tmp/test.wv -y
example input wav files:
wavpack_hangs.zip
The text was updated successfully, but these errors were encountered: