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: deallocate with correct amount of bytes #54

Commits on Apr 30, 2024

  1. fix: deallocate with correct amount of bytes

    dlmalloc-rs bundled with recent versions of Rust (1.78.0 and later) has
    started to validate the size of deallocated memory blocks.
    
    alexcrichton/dlmalloc-rs@74fbdb5
    rust-lang/rust@9b73db3
    kateinoigakukun committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    eef1828 View commit details
    Browse the repository at this point in the history