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

Conversation

kateinoigakukun
Copy link
Contributor

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

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 kateinoigakukun force-pushed the pr-6eeed483aa9aa2c8e1a6561d6468502d1bd3914e branch from 165d51d to eef1828 Compare April 30, 2024 08:36
@guybedford guybedford merged commit 861233d into bytecodealliance:main Apr 30, 2024
2 checks passed
@kateinoigakukun kateinoigakukun deleted the pr-6eeed483aa9aa2c8e1a6561d6468502d1bd3914e branch May 1, 2024 08:34
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

Successfully merging this pull request may close these issues.

2 participants