Description
The atom
crate contains a security issue revolving around its implementation
of the Send trait. It incorrectly allows any arbitrary type to be sent across
threads potentially leading to use-after-free issues through memory races.
More Info
https://github.com/slide-rs/atom/issues/13
Patched Versions