Skip to content

OpenSSL dlloads node static linked executable

Rodrigo Muino Tomonari requested to merge github/fork/lal12/master into master

Fix: OpenSSL dlloads itself to prevent unloading, in case it might be dynamically loaded via dload. However when linked statically this will lead to dloading the main executable, which is not valid.

Checklist

See more here: https://github.com/nodejs/node/pull/21848

Merge request reports

Loading