Out::from_raw in affected versions allows writing a value to invalid memory address without requiring unsafe.
Out::from_raw
unsafe
The soundness issue has been addressed by making Out::from_raw an unsafe function.
{ "license": "CC0-1.0" }
{ "affected_functions": null, "affects": { "arch": [], "functions": [ "out_reference::Out::from_raw" ], "os": [] } }
"unsound"
null
[ "memory-corruption" ]