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

rand: allow fallback from OS #661

Merged
merged 2 commits into from Dec 14, 2023
Merged

rand: allow fallback from OS #661

merged 2 commits into from Dec 14, 2023

Conversation

bradh352
Copy link
Member

getrandom() can fail with ENOSYS if the libc supports the function but the kernel does not.

Fixes Bug: #660
Fix By: Brad House (@bradh352)

@bradh352 bradh352 merged commit 1c122c3 into c-ares:main Dec 14, 2023
24 of 26 checks passed
bradh352 added a commit that referenced this pull request Dec 14, 2023
getrandom() can fail with ENOSYS if the libc supports the function but the kernel does not.

Fixes Bug: #660 
Fix By: Brad House (@bradh352)
@bradh352 bradh352 deleted the rand_fallback branch December 14, 2023 13:58
bradh352 added a commit that referenced this pull request Dec 16, 2023
getrandom() can fail with ENOSYS if the libc supports the function but the kernel does not.

Fixes Bug: #660
Fix By: Brad House (@bradh352)
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.

None yet

1 participant