We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8149410 commit 49fcc50Copy full SHA for 49fcc50
crates/rulinalg/RUSTSEC-0000-0000.toml
@@ -8,7 +8,8 @@ description = """
8
The affected version of `rulinalg` has incorrect lifetime boundary definitions
9
for `RowMut::raw_slice` and `RowMut::raw_slice_mut`. They do not conform with
10
Rust's borrowing rule and allows the user to create multiple mutable references
11
-to the same location.
+to the same location. This may result in unexpected calculation result and data
12
+race if both references are used at the same time.
13
"""
14
15
[affected]
0 commit comments