mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-06 03:29:45 +01:00
Delete duplicate advisory for may_queue
This commit is contained in:
committed by
GitHub
parent
b01064fb98
commit
6ee36b9a18
@@ -1,18 +0,0 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-2020-0110"
|
||||
package = "may_queue"
|
||||
date = "2020-11-10"
|
||||
url = "https://github.com/Xudong-Huang/may/issues/88"
|
||||
categories = ["memory-corruption"]
|
||||
keywords = ["concurrency"]
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
```
|
||||
|
||||
# may_queue's Queue lacks Send/Sync bound for its Send/Sync trait.
|
||||
|
||||
Affected versions of `may_queue` implements `Send`/`Sync` for its `Queue` type without restricting it to `Send`able types and `Sync`able types.
|
||||
|
||||
This allows non-`Sync` types such as `Cell` to be shared across threads leading to undefined behavior and memory corruption in concurrent programs.
|
||||
Reference in New Issue
Block a user