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_wrap: fix BIO leak on SSL error #1244

Closed
wants to merge 5 commits into from
Closed

Commits on Mar 24, 2015

  1. Configuration menu
    Copy the full SHA
    16a13c7 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2015

  1. tls_wrap: fix this incredibly stupid leak

    Always call `Done` on the WriteWrap, and ensure that `EncOut` will
    consume all data in clear_in_ and invoke queued callbacks.
    
    Fix: nodejs#1075
    indutny committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    3327932 View commit details
    Browse the repository at this point in the history
  2. fixup

    indutny committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    be2d212 View commit details
    Browse the repository at this point in the history
  3. fixup

    indutny committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    301cf94 View commit details
    Browse the repository at this point in the history
  4. invoke queued

    indutny committed Mar 25, 2015
    Configuration menu
    Copy the full SHA
    ec2a2ba View commit details
    Browse the repository at this point in the history