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
heap-buffer-overflow (detected by LibFuzzer) #21
Comments
|
Thank you. In rare cases, we would read (and then discard) extra bytes. The problem should be fixed now. You can check the fix by running the unit tests with a sanitizer. Sadly I do not know how to integrate a unit test in our CI testing framework at the moment. |
|
Still the same problem... |
|
Fixed. Thanks. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here is my function LLVMFuzzerTestOneInput :
test_input.zip
The text was updated successfully, but these errors were encountered: