- Reported
-
- Issued
-
- Package
-
anon-vec
(crates.io)
- Type
-
INFO
Unsound
- Categories
-
- References
-
- Patched
-
no patched versions
- Affected Functions
- Version
anon_vec::AnonVec::get_mut
-
anon_vec::AnonVec::get_ref
-
anon_vec::AnonVec::remove_get
-
Description
The following functions in the anon-vec crate are unsound due to insufficient checks on their
arguments::
AnonVec::get_ref()
AnonVec::get_mut()
AnonVec::remove_get()
The crate was built as a learning project and is not being maintained.
Advisory available under CC0-1.0
license.