mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-23 15:38:27 +01:00
Reflect PR feedback and describe what might happen
This commit is contained in:
@@ -8,7 +8,8 @@ description = """
|
|||||||
The affected version of `rulinalg` has incorrect lifetime boundary definitions
|
The affected version of `rulinalg` has incorrect lifetime boundary definitions
|
||||||
for `RowMut::raw_slice` and `RowMut::raw_slice_mut`. They do not conform with
|
for `RowMut::raw_slice` and `RowMut::raw_slice_mut`. They do not conform with
|
||||||
Rust's borrowing rule and allows the user to create multiple mutable references
|
Rust's borrowing rule and allows the user to create multiple mutable references
|
||||||
to the same location.
|
to the same location. This may result in unexpected calculation result and data
|
||||||
|
race if both references are used at the same time.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[affected]
|
[affected]
|
||||||
|
|||||||
Reference in New Issue
Block a user