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 decompression of empty data streams #17042

Closed
wants to merge 1 commit into from

Commits on Nov 15, 2017

  1. zlib: fix decompression of empty data streams

    add4b0a made the assumption that compressed data
    would never lead to an empty decompressed stream.
    
    Fix that by explicitly checking the number of read bytes.
    
    Fixes: nodejs#17041
    Refs: nodejs#13322
    addaleax committed Nov 15, 2017
    Configuration menu
    Copy the full SHA
    74afe5c View commit details
    Browse the repository at this point in the history