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 crash when initializing failed #14666

Closed
wants to merge 1 commit into from

Commits on Aug 7, 2017

  1. zlib: fix crash when initializing failed

    Unset `mode_` when initializing the zlib stream failed, so that
    we don’t try to call the zlib end functions (`deflateEnd()` etc.)
    when cleaning up in `ZCtx::Close()`.
    
    Fixes: nodejs#14178
    Ref: nodejs#13098
    addaleax committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    64da7ab View commit details
    Browse the repository at this point in the history