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

_stream_wrap: prevent use after free in TLS #1910

Closed
wants to merge 12 commits into from

Commits on Jun 30, 2015

  1. _stream_wrap: prevent use after free in TLS

    Queued write requests should be invoked on handle close, otherwise the
    "consumer" might be already destroyed when the write callbacks of the
    "consumed" handle will be invoked.
    
    Fix: nodejs#1696
    indutny committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    c2aea93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d46c7b View commit details
    Browse the repository at this point in the history
  3. fix

    indutny committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    b349032 View commit details
    Browse the repository at this point in the history
  4. fix

    indutny committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    b27ff94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    94c12fe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6cdda31 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8375f78 View commit details
    Browse the repository at this point in the history
  8. improvementswq

    indutny committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    29b3713 View commit details
    Browse the repository at this point in the history
  9. fix

    indutny committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    95bc05a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aff1b5f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b6444ee View commit details
    Browse the repository at this point in the history
  12. ...

    indutny committed Jun 30, 2015
    Configuration menu
    Copy the full SHA
    3d3709b View commit details
    Browse the repository at this point in the history