Skip to content

rand: allow fallback from OS - #661

Merged
bradh352 merged 2 commits into
c-ares:mainfrom
bradh352:rand_fallback
Dec 14, 2023
Merged

rand: allow fallback from OS#661
bradh352 merged 2 commits into
c-ares:mainfrom
bradh352:rand_fallback

Conversation

@bradh352

Copy link
Copy Markdown
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
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)
michael-dev pushed a commit to HamelinPorts/android_external_c-ares that referenced this pull request Apr 25, 2026
getrandom() can fail with ENOSYS if the libc supports the function but the kernel does not.

Fixes Bug: c-ares#660 
Fix By: Brad House (@bradh352)
michael-dev pushed a commit to HamelinPorts/android_external_c-ares that referenced this pull request Apr 25, 2026
getrandom() can fail with ENOSYS if the libc supports the function but the kernel does not.

Fixes Bug: c-ares#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.

1 participant