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 panic-safety in specialized Zip::next_back #86452

Merged
merged 2 commits into from
Jun 21, 2021

Commits on Jun 19, 2021

  1. fix panic-safety in specialized Zip::next_back

    This was unsound since a panic in a.next_back() would result in the
    length not being updated which would then lead to the same element
    being revisited in the side-effect preserving code.
    the8472 committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    8b51854 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2021

  1. Configuration menu
    Copy the full SHA
    b4734b7 View commit details
    Browse the repository at this point in the history