The affected version of rulinalg has incorrect lifetime boundary definitions for RowMut::rawslice and RowMut::rawslice_mut. They do not conform with Rust's borrowing rule and allows the user to create multiple mutable references to the same location. This may result in unexpected calculation result and data race if both references are used at the same time.
{ "nvd_published_at": null, "cwe_ids": [ "CWE-362" ], "severity": "CRITICAL", "github_reviewed": true, "github_reviewed_at": "2021-08-19T21:06:56Z" }