Slock<T> unconditionally implements Send/Sync.
Affected versions of this crate allows sending non-Send types to other threads, which can lead to data races and memory corruption due to the data race.
| Software | From | Fixed in |
|---|---|---|
slock
|
- | 0.2.0 |