Skip to content

Fix incorrect pointer cast in get_rng #447

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

Merged
merged 1 commit into from
Jun 22, 2022

Conversation

nicholasbishop
Copy link
Member

When passing in a specific algorithm type to the get_rng function, a
pointer to the Option-wrapped value was incorrectly being passed
in. The pointer should be to the RngAlgorithmType inside the Option
instead.

Fixes #446

When passing in a specific algorithm type to the get_rng function, a
pointer to the `Option`-wrapped value was incorrectly being passed
in. The pointer should be to the `RngAlgorithmType` inside the `Option`
instead.

Fixes rust-osdev#446
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

Successfully merging this pull request may close these issues.

RNG test failing in release mode
2 participants