In the standard library in Rust before 1.29.0, there is weak synchronization in the Arc::get_mut method. This synchronization issue can be lead to memory safety issues through race conditions.
{
"extracted_events": [
{
"introduced": "0"
},
{
"fixed": "1.29.0"
}
],
"source": "CPE_RANGE",
"cpe": "cpe:2.3:a:rust-lang:rust:*:*:*:*:*:*:*:*"
}