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

Test with zebra files that have mismatched string lengths #4

Open
jacobstanley opened this issue Jul 19, 2016 · 0 comments
Open

Test with zebra files that have mismatched string lengths #4

jacobstanley opened this issue Jul 19, 2016 · 0 comments

Comments

@jacobstanley
Copy link
Contributor

This is just so I don't forget.

Currently zebra won't be very graceful if you feed it a file with the following scenario:

lengths = [5, 5, 5]
bytes = "1234512345123"

==>

strings = ["12345", "12345", "123... buffer overflow
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

No branches or pull requests

1 participant