- Reported
-
- Issued
-
- Package
-
out-reference
(crates.io)
- Type
-
INFO
Unsound
- Categories
-
- Keywords
-
#unsound
#raw-pointer
- Details
-
https://github.com/RustyYato/out-ref/issues/1
- Patched
-
- Unaffected
-
- Affected Functions
- Version
out_reference::Out::from_raw
-
Description
Out::from_raw
in affected versions allows writing a value to invalid memory address without requiring unsafe
.
The soundness issue has been addressed by making Out::from_raw
an unsafe function.