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

Tracking issue for verifying the memory safety of the alloc::collections::btree::node module #25

Closed
zhassan-aws opened this issue Jun 26, 2024 · 2 comments

Comments

@zhassan-aws
Copy link

zhassan-aws commented Jun 26, 2024

This module is used in implementing the BTreeMap collection and it contains a lot of unsafe code:

https://github.com/rust-lang/rust/blob/fda509e817abeeecb5b76bc1de844f355675c81e/library/alloc/src/collections/btree/node.rs

Link to challenge: https://model-checking.github.io/verify-rust-std/challenges/0004-btree-node.html

EDIT: link to challenge PR: #26

@zhassan-aws zhassan-aws changed the title Tracking issue for verifying the memory safety of the lloc::collections::btree::node module Tracking issue for verifying the memory safety of the alloc::collections::btree::node module Jun 26, 2024
@jaisnan
Copy link

jaisnan commented Jun 26, 2024

Tracking issues should have links to the challenges they're tracking.

  1. In case, they're already added to the book, I am linking them to the issues.
  2. If not, can we add the links to the challenges to the issue description once the PR for that challenge has been merged?

@zhassan-aws
Copy link
Author

Added a link to the challenge PR in the description.

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

No branches or pull requests

3 participants