Skip to content
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

Fix panics found with fuzzing #116

Merged
merged 9 commits into from
Nov 10, 2019
Merged

Fix panics found with fuzzing #116

merged 9 commits into from
Nov 10, 2019

Conversation

demurgos
Copy link
Collaborator

This commit adds fuzzing support for tags and fixes the panics hit by the fuzzer. Most of the panics are fairly trivial and simply consist in unknown codes in the foo_from_code functions.
The other panics were non-UTF-8 strings and a slice that panicked when there wasn't enough data (in the test_image_start function).

See #23

@demurgos demurgos merged commit 311ad7e into open-flash:master Nov 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant