Skip to content

Commit 49fcc50

Browse files
committed
Reflect PR feedback and describe what might happen
1 parent 8149410 commit 49fcc50

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/rulinalg/RUSTSEC-0000-0000.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ description = """
88
The affected version of `rulinalg` has incorrect lifetime boundary definitions
99
for `RowMut::raw_slice` and `RowMut::raw_slice_mut`. They do not conform with
1010
Rust's borrowing rule and allows the user to create multiple mutable references
11-
to the same location.
11+
to the same location. This may result in unexpected calculation result and data
12+
race if both references are used at the same time.
1213
"""
1314

1415
[affected]

0 commit comments

Comments
 (0)