Create an API to check valid raw pointer #2690
Labels
[C] Feature / Enhancement
A new feature request or enhancement to an existing feature.
[E] User Experience
An UX enhancement for an existing feature. Including deprecation of an existing one.
T-CBMC
Issue related to an existing CBMC issue
Requested feature: Create a method to ensure a pointer is valid.
Use case: Verifying unsafe operations
Link to relevant documentation (Rust reference, Nomicon, RFC):
The method I was thinking would be something like:
The text was updated successfully, but these errors were encountered: