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: nullify .ssl on handle close #5168

Closed
wants to merge 1 commit into from
Closed

Commits on Feb 9, 2016

  1. tls: nullify .ssl on handle close

    This is an intermediate fix for an issue of accessing `TLSWrap` fields
    after the parent handle was destroyed. While `close` listener cleans up
    this field automatically, it can be done even earlier at the
    `TLSWrap.close` call.
    
    Proper fix is going to be submitted and landed after this one.
    
    Fix: nodejs#5108
    indutny committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    809bb0a View commit details
    Browse the repository at this point in the history