-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
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
Uninitialized use in speexenc #11
Comments
Can't reproduce here, can you paste the output you're seeing with |
==14355== Memcheck, a memory error detector |
Ah ok I was able to reproduce on 5dceaaf with:
The issue is that the input buffer in |
|
This bug is found in git commit 6e04bfa.
to reproduce the bug:
valgrind ./speexenc test.input -
PoC input is attached.(this input is generated by fuzzer, the pdf suffix is to bypass github's upload regulation)
poc.pdf
The text was updated successfully, but these errors were encountered: