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

Remove may_use_unaligned_api #100

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

nathaniel-daniel
Copy link
Contributor

Fixes #87
Fixes #96

I was able to replicate and fix the test case from #87 (comment). However, I wasn't able to replicate the problem from #96 (comment), as I don't know the exact versions of the dependencies used. The issue seems related though (secure mode, misaligned allocations) and the alternative crate seems to just use mi_aligned_alloc for everything as well.

@octavonce octavonce merged commit ec76cf5 into purpleprotocol:master Sep 14, 2023
5 checks passed
@nathaniel-daniel nathaniel-daniel deleted the fix-issue-87 branch September 14, 2023 23:17
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.

Tokio | Actix compatability - Rust 1.7+ | default_features = true Does not honor alignment reliably
2 participants