Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
v13.10.0 proposal #32027
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
Uh oh!
There was an error while loading. Please reload this page.
v13.10.0 proposal #32027
Changes from 1 commit
db291aa57302f8eb2dce8f87ac909e4aad7b177bba7f4d6eeb071758f95260560c71dc3969af4cb210e63eaf377672f76d98d262e724bf31e76ac1d3fbd5ab87e9014bbb6cc79079bb4343893794a471aa86cb0ef2389eb1933efa7d5776ef858f23091b4bf79b1f0461a0d8bd0e94fc2046652acb3affaa16d804fe9e044dffd04877ab9715cc9b088ccb448fa6373a4683929f68e14b30a6984c6343fc27f0d1776f379e08fef1f293dcfc5acf0aae3929e6af9e7ef89fb27b74c40e918c2b604eda02b9f3bfef62967c8516602e3258fd6adbfac49c959dab8f060f1e7648ca440713497370f71fc90d0a00716a35b0d9e3e676cef5502b6d33f62c0b2494d055088ad64b8313ecaa8a2b62ee6125cd91ce69aded3890c8010453bd8fea38494749a41ced166579f49864d1cd30dbb9325634fbaab7d1bca7b6f6ffdc2File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
OpenSSL 1.1.1d does not ship with getrandom syscall being predefined on all architectures. So when NodeJS is run with glibc prior to 2.25, where getentropy is unavailable, and the getrandom syscall is unknown, it will fail. PPC64LE or s390 are affected by lack of this definition. Original commit message. commit 4dcb150ea30f9bbfa7946e6b39c30a86aca5ed02 Author: Kurt Roeckx <kurt@roeckx.be> Date: Sat Sep 28 14:59:32 2019 +0200 Add defines for __NR_getrandom for all Linux architectures Fixes: openssl/openssl#10015 Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de> GH: openssl/openssl#10044 Fixes: #31671 PR-URL: #32002 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sam Roberts <vieuxtech@gmail.com>Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing