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

Replace addr_of_mut with MaybeUninit::as_mut_ptr #182

Open
khionu opened this issue Jun 5, 2024 · 1 comment
Open

Replace addr_of_mut with MaybeUninit::as_mut_ptr #182

khionu opened this issue Jun 5, 2024 · 1 comment
Labels
good first issue Good for newcomers

Comments

@khionu
Copy link
Contributor

khionu commented Jun 5, 2024

This is the more Rusty-way of preallocating for our libc calls. This will lend itself to more provable correctness.

@khionu khionu added the good first issue Good for newcomers label Jun 5, 2024
@v-thakkar
Copy link

Hi @khionu , I would like to work on this issue if noone else is working on it. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants