We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
owning_ref
Multiple soundness issues in owning_ref
0.4.1
OwningRef::map_with_owner
OwningRef::map
OwningRefMut::as_owner
OwningRefMut::as_owner_mut
noalias
No patched versions are available at this time. While a pull request with some fixes is outstanding, the maintainer appears to be unresponsive.
See advisory page for additional details.
The text was updated successfully, but these errors were encountered:
Solved.
Sorry, something went wrong.
No branches or pull requests
owning_ref
0.4.1
OwningRef::map_with_owner
is unsound and may result in a use-after-free.OwningRef::map
is unsound and may result in a use-after-free.OwningRefMut::as_owner
andOwningRefMut::as_owner_mut
are unsound and may result in a use-after-free.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.
See advisory page for additional details.
The text was updated successfully, but these errors were encountered: