-
Notifications
You must be signed in to change notification settings - Fork 14
Add Blog for Verifying Raw Pointer Arithmetic Operations #53
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
Conversation
@stogaru Are you still working on this, or should it be considered ready-for-review? |
@tautschnig, It's still a work in progress. We will wrap it by this weekend and turn it in for review. |
@tautschnig , the PR is ready for review. |
@feliperodri, FYI |
I was looking around at other challenges and noticed that this has been languishing around for a while. The blog content itself looks fine to me though I would say more about how kani::mem::same_allocation works (and maybe tighten the prose, but I'm not here to edit text...) |
Issue #: Towards model-checking/verify-rust-std#76
Changes
This blog post talks about verifying safety of code that relies on raw pointer arithmetic, and eventual raw pointer access.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.