mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-07 20:17:11 +01:00
Add advisory for data race in dces
This commit is contained in:
20
crates/dces/RUSTSEC-0000-0000.md
Normal file
20
crates/dces/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,20 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "dces"
|
||||
date = "2020-12-09"
|
||||
url = "https://gitlab.redox-os.org/redox-os/dces-rust/-/issues/8"
|
||||
categories = ["memory-corruption"]
|
||||
keywords = ["concurrency"]
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
```
|
||||
|
||||
# dces' World type can cause data races
|
||||
|
||||
The `World` type in `dces` is marked as `Send` without bounds on its
|
||||
`EntityStore` and `ComponentStore`.
|
||||
|
||||
This allows non-thread safe `EntityStore` and `ComponentStore`s to be sent
|
||||
across threads and cause data races.
|
||||
Reference in New Issue
Block a user