Skip to content
New issue

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

RUSTSEC-2019-0036: Type confusion if __private_get_type_id__ is overridden #54

Open
github-actions bot opened this issue Nov 26, 2023 · 0 comments

Comments

@github-actions
Copy link

Type confusion if private_get_type_id is overridden

Details
Status unsound
Package failure
Version 0.1.8
URL rust-lang-deprecated/failure#336
Date 2019-11-13

Safe Rust code can implement malfunctioning __private_get_type_id__ and cause
type confusion when downcasting, which is an undefined behavior.

Users who derive Fail trait are not affected.

See advisory page for additional details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants