FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[v10.x] deps: dlloads node static linked executable by AshCripps · Pull Request #30005 · nodejs/node · GitHub

/ node Public

[v10.x] deps: dlloads node static linked executable - #30005

Closed
AshCripps wants to merge 1 commit into
nodejs:v10.x-stagingfrom
AshCripps:backport-28045-to-v10.x
Closed

[v10.x] deps: dlloads node static linked executable#30005
AshCripps wants to merge 1 commit into
nodejs:v10.x-stagingfrom
AshCripps:backport-28045-to-v10.x

Conversation

Copy link
Copy Markdown
Member

OpenSSL dlloads itself to prevent unloading, in case it might be
dynamically loaded. However when linked statically this will lead to
dloading the main executable.

Refs: #21848 (comment)
Fixes: #29992
PR-URL: #28045
Fixes: #27925
Reviewed-By: Ben Noordhuis info@bnoordhuis.nl
Reviewed-By: James M Snell jasnell@gmail.com
Reviewed-By: Rich Trott rtrott@gmail.com

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

OpenSSL dlloads itself to prevent unloading, in case it might be
dynamically loaded. However when linked statically this will lead to
dloading the main executable.

Refs: nodejs#21848 (comment)
Fixes: nodejs#29992
PR-URL: nodejs#28045
Fixes: nodejs#27925
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
nodejs-github-bot added build Issues and PRs related to build files or the CI. v10.x labels Oct 17, 2019

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

BethGriggs pushed a commit that referenced this pull request Oct 17, 2019
OpenSSL dlloads itself to prevent unloading, in case it might be
dynamically loaded. However when linked statically this will lead to
dloading the main executable.

Refs: #21848 (comment)
Fixes: #29992

Backport-PR-URL: #30005
PR-URL: #28045
Fixes: #27925
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>

Copy link
Copy Markdown
Member

Landed on v10.x-staging
Thank you @AshCripps for your contribution! 🎉

BethGriggs closed this Oct 17, 2019
richardlau mentioned this pull request Oct 31, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Issues and PRs related to build files or the CI.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL