Skip to content
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

tls: fix session and keylog add listener segfault #38180

Closed
wants to merge 3 commits into from

Commits on Apr 9, 2021

  1. tls: fix session and keylog add listener segfault

    Fix an issue where adding a session or keylog listener on a tlsSocket
    after it was destroyed caused a segfault.
    
    fixes: nodejs#38133
    fixes: nodejs#38135
    Linkgoron committed Apr 9, 2021
    Copy the full SHA
    581c0be View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6e2f8b2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Copy the full SHA
    82ffbae View commit details
    Browse the repository at this point in the history