Check vtable validity when explicitly creating wide pointer #3738
Labels
[C] Feature / Enhancement
A new feature request or enhancement to an existing feature.
[E] Unsupported UB
Undefined behavior that Kani does not detect
Requested feature: Ensure that users do not incorrectly generate invalid vtable data.
Use case: Detect UB due to invalid wide pointer when using APIs such as
from_raw_parts
.Link to relevant documentation (Rust reference, Nomicon, RFC):
The text was updated successfully, but these errors were encountered: