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

Fix for bug 71200 - Linux getrandom syscall not defined in libc #2292

Closed
wants to merge 3 commits into from

Conversation

lt
Copy link
Contributor

@lt lt commented Jan 9, 2017

https://bugs.php.net/bug.php?id=71200

getrandom() system call is not used on linux due to incorrect ifdef's.

HAVE_DECL_GETRANDOM is always undefined as there is no declaration of getrandom on the C library or kernel headers and the code that follows does not use it, only the raw syscall interface.

@lt lt changed the title Fix for #71200 - Linux getrandom syscall not defined in libc Fix for bug 71200 - Linux getrandom syscall not defined in libc Jan 9, 2017
@krakjoe krakjoe added the Bug label Jan 9, 2017
@nikic
Copy link
Member

nikic commented Jan 9, 2017

Merged via 14c72cc, thanks!

@nikic nikic closed this Jan 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants