rust-sel4 icon indicating copy to clipboard operation
rust-sel4 copied to clipboard

Use pointer provenance APIs

Open nspin opened this issue 2 months ago • 0 comments

The strict and exposed provenance APIs offer a more general and rigorous way of constructing and deconstructing pointers. We should be using them instead of directly casting between pointers and integers.

nspin avatar Oct 24 '25 06:10 nspin