We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fn main() { aeron_rs::utils::misc::dealloc_buffer_aligned(0xdeadbeefusize as _, 100); }
Segmentation fault (core dumped)
In general it is unsound for a safe API to result in UB.
The text was updated successfully, but these errors were encountered:
Can you propose the solution? May be you could do the fix and present is as PR? That will be very helpful!
Sorry, something went wrong.
No branches or pull requests
Segmentation fault (core dumped)
In general it is unsound for a safe API to result in UB.
The text was updated successfully, but these errors were encountered: