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

enhance safety of indexing operations #151

Open
ralexstokes opened this issue Aug 23, 2022 · 0 comments
Open

enhance safety of indexing operations #151

ralexstokes opened this issue Aug 23, 2022 · 0 comments

Comments

@ralexstokes
Copy link
Owner

many places throughout the repo have direct indexing through std::ops::Index which will panic if the index is out of bounds

there are safer APIs like get on most index-able types and we should make a pass through the spec code to use this safer construction so that an error is returned in lieu of a bare panic

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