mirror of
https://github.com/rustsec/advisory-db.git
synced 2025-12-27 01:54:07 -05:00
Updating information about replacements (#1803)
This commit is contained in:
@@ -19,4 +19,5 @@ patched = []
|
|||||||
- `OwningRefMut::as_owner` and `OwningRefMut::as_owner_mut` are [unsound](https://github.com/Kimundi/owning-ref-rs/issues/61) and may result in a use-after-free.
|
- `OwningRefMut::as_owner` and `OwningRefMut::as_owner_mut` are [unsound](https://github.com/Kimundi/owning-ref-rs/issues/61) and may result in a use-after-free.
|
||||||
- The crate [violates Rust's aliasing rules](https://github.com/Kimundi/owning-ref-rs/issues/49), which may cause miscompilations on recent compilers that emit the LLVM `noalias` attribute.
|
- The crate [violates Rust's aliasing rules](https://github.com/Kimundi/owning-ref-rs/issues/49), which may cause miscompilations on recent compilers that emit the LLVM `noalias` attribute.
|
||||||
|
|
||||||
No patched versions are available at this time. While a pull request with some fixes is outstanding, the maintainer appears to be unresponsive.
|
`safer_owning_ref` is a replacement crate which fixes these issues.
|
||||||
|
No patched versions of the original crate are available, and the maintainer is unresponsive.
|
||||||
|
|||||||
Reference in New Issue
Block a user