mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-31 00:30:25 +01:00
Merge pull request #706 from JOE1994/0066-kekbit
kekbit: ShmWriter allows sending non-Send type across threads
This commit is contained in:
15
crates/kekbit/RUSTSEC-0000-0000.md
Normal file
15
crates/kekbit/RUSTSEC-0000-0000.md
Normal file
@@ -0,0 +1,15 @@
|
||||
```toml
|
||||
[advisory]
|
||||
id = "RUSTSEC-0000-0000"
|
||||
package = "kekbit"
|
||||
date = "2020-12-18"
|
||||
url = "https://github.com/motoras/kekbit/issues/34"
|
||||
categories = ["memory-corruption", "thread-safety"]
|
||||
|
||||
[versions]
|
||||
patched = []
|
||||
```
|
||||
|
||||
# ShmWriter allows sending non-Send type across threads
|
||||
|
||||
Affected versions of this crate implement `Send` for `ShmWriter<H>` without requiring `H: Send`. This allows users to send `H: !Send` to other threads, which can potentially lead to data races and undefined behavior.
|
||||
Reference in New Issue
Block a user