mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-15 22:04:38 +01:00
Assigned RUSTSEC-2020-0119 to ticketed_lock
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
id = "RUSTSEC-2020-0119"
|
||||
package = "ticketed_lock"
|
||||
date = "2020-11-17"
|
||||
url = "https://github.com/kvark/ticketed_lock/issues/7"
|
||||
@@ -17,4 +17,4 @@ This allows to send non-Send `T` to other threads.
|
||||
|
||||
This can allows creating data races by cloning types with internal mutability and sending them to other threads (as `T` of `ReadTicket<T>`/`WriteTicket<T>`). Such data races can cause memory corruption or other undefined behavior.
|
||||
|
||||
The flaw was corrected in commit a986a93 by adding `T: Send` bounds to `Send` impls of `ReadTicket<T>`/`WriteTicket<T>`.
|
||||
The flaw was corrected in commit a986a93 by adding `T: Send` bounds to `Send` impls of `ReadTicket<T>`/`WriteTicket<T>`.
|
||||
Reference in New Issue
Block a user