mirror of
https://github.com/0xMarcio/cve.git
synced 2026-04-11 20:48:32 +02:00
742 B
742 B
CVE-2017-20004
Description
In the standard library in Rust before 1.19.0, there is a synchronization problem in the MutexGuard object. MutexGuards can be used across threads with any types, allowing for memory safety issues through race conditions.