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

zlib: fix memory leak for invalid input #22713

Closed
wants to merge 3 commits into from

Commits on Sep 5, 2018

  1. zlib: fix memory leak for invalid input

    Don’t toggle the weak/strong reference flag from the error
    handler, that’s too confusing. Instead, always do it in the
    code that handles the write call.
    
    Fixes: nodejs#22705
    addaleax committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    2be5eb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    705fb2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68d9798 View commit details
    Browse the repository at this point in the history