summaryrefslogtreecommitdiff
path: root/doc/api/stream.md
diff options
context:
space:
mode:
authorAnand Suresh <anandsuresh@gmail.com>2018-03-29 15:07:44 -0700
committerRuben Bridgewater <ruben@bridgewater.de>2018-04-10 00:56:10 +0200
commit7bc5151d5ec819001d40c4b34f6921d5a7242ba8 (patch)
tree1f0f854c77380d07c16f9f972e711a11962d496d /doc/api/stream.md
parenta6db6404ff200ab37b69a33fad48cb6fa73d8bc8 (diff)
downloadandroid-node-v8-7bc5151d5ec819001d40c4b34f6921d5a7242ba8.tar.gz
android-node-v8-7bc5151d5ec819001d40c4b34f6921d5a7242ba8.tar.bz2
android-node-v8-7bc5151d5ec819001d40c4b34f6921d5a7242ba8.zip
zlib: fix windowBits validation to allow 0 for decompression mode
From the zlib v1.2.11 manual: > ZEXTERN int ZEXPORT inflateInit2 OF((z_streamp strm, > int windowBits)); > > ... > windowBits can also be zero to request that inflate use the window > size in the zlib header of the compressed stream. The current validation of windowBits in zlib.js doesn't check for this case. PR-URL: https://github.com/nodejs/node/pull/19686 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/stream.md')
0 files changed, 0 insertions, 0 deletions