tls: TLSSocket options not initialized #2394
Labels
good first issue
Issues that are suitable for first-time contributors.
tls
Issues and PRs related to the tls subsystem.
Per: nodejs/node-v0.x-archive#7218 by @adammw
This was a PR originally opened against joyent/node but never landed. On the
TLSSocket constructor, the options parameter is not verified to be undefined and
the code assume's it's not. The PR was originally reviewed by @indutny but had
some issues that were never fully resolved. The PR would need to be reopened
here and updated before it can land.
The text was updated successfully, but these errors were encountered: