We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Wrote a simple fuzz target using https://blog.golang.org/fuzz-beta. Immediately found first crasher.
binary.Unmarshal([]byte("\x00\xff\x80"))
https://play.golang.org/p/41B5GBalYFb
An error.
panic: runtime error: slice bounds out of range [:-1]
Yes, I can reproduce the issue after upgrading to the latest commit.
go get github.com/Rhymen/go-whatsapp/binary@v0.1.2-0.20210714125832-447ed9cc6179
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What did you do?
Wrote a simple fuzz target using https://blog.golang.org/fuzz-beta. Immediately found first crasher.
https://play.golang.org/p/41B5GBalYFb
What did you expect to see?
An error.
What did you see instead?
Does this issue reproduce with the latest release?
Yes, I can reproduce the issue after upgrading to the latest commit.
The text was updated successfully, but these errors were encountered: