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.
out-reference
{ "affects": { "arch": [], "os": [], "functions": [ "out_reference::Out::from_raw" ] } }
{ "categories": [ "memory-corruption" ], "cvss": null, "informational": "unsound" }