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