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

Update hash of the new CSE when resizing #61984

Commits on Nov 23, 2021

  1. Update hash of the new CSE when resizing

    The CSE logic maintains a custom hashtable implementation.
    
    It triggers a resize at the same time as adding a new CSE,
    but forgets the hash of the new CSE needs to be updated from
    its pre-resize value. Failing to do so can lead to losing some
    CSEs, though not in a correctness-impacting way.
    SingleAccretion committed Nov 23, 2021
    Configuration menu
    Copy the full SHA
    61ef8c0 View commit details
    Browse the repository at this point in the history