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

Check arity when inspecting erlang tuples #85

Open
engelsanchez opened this issue Dec 6, 2013 · 0 comments
Open

Check arity when inspecting erlang tuples #85

engelsanchez opened this issue Dec 6, 2013 · 0 comments
Milestone

Comments

@engelsanchez
Copy link

There are some places in the elveldb code that process tuples passed in from Erlang and access elements in that tuple before checking its arity. If bad Erlang code passed in 1 or zero length tuples, the code could crash. This is a blanket issue to clean up these places and make sure it's crash proofed.

@evanmcc evanmcc added this to the 2.1 milestone May 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants