Skip to content

deps: float 15d7e79 from openssl

As suggested by @shigeki, this is an alternative to https://github.com/nodejs/node/pull/28739 and fixes all valgrind errors that are reported during startup:

Before:

==24627== ERROR SUMMARY: 345567 errors from 997 contexts (suppressed: 0 from 0)

Patched:

==25279== ERROR SUMMARY: 0 errors from 0 contexts (suppressed: 0 from 0)

Closes: https://github.com/nodejs/node/pull/28739

cc @jasnell @nodejs/crypto @nodejs/release

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

Merge request reports

Loading