Skip to content

Fix/robustness#6

Merged
cppcoffee merged 2 commits into
mainfrom
fix/robustness
May 13, 2026
Merged

Fix/robustness#6
cppcoffee merged 2 commits into
mainfrom
fix/robustness

Conversation

@cppcoffee

Copy link
Copy Markdown
Owner

No description provided.

cppcoffee added 2 commits May 13, 2026 18:35
- Fix dealloc size mismatch causing memory leak (use aligned_size)
- Fix hugepage size parse failure causing UB (panic on failure)
- Add drop_in_place in Box::drop to prevent inner value leak
- Add Send/Sync impl for Box<T>
- Mark public dealloc as unsafe fn
- Replace lazy_static with std::sync::LazyLock
- Upgrade edition to 2021
@cppcoffee cppcoffee merged commit 2b30bdf into main May 13, 2026
1 of 2 checks passed
@cppcoffee cppcoffee deleted the fix/robustness branch May 13, 2026 10:38
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.

1 participant