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

skiplist: Fix undefined behavior in arena drop #24

Merged
merged 1 commit into from
Oct 21, 2020
Merged

Commits on Oct 21, 2020

  1. skiplist: Fix undefined behavior in arena drop

    The Vec must be deallocated with the same pointer alignment and capacity as it
    is created.
    
    Signed-off-by: Brian Anderson <andersrb@gmail.com>
    brson committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    f19558f View commit details
    Browse the repository at this point in the history