]> git.ipfire.org Git - thirdparty/zstd.git/commit
[libzstd] Fix bad window size assert
authorNick Terrell <terrelln@fb.com>
Tue, 19 Sep 2017 20:46:07 +0000 (13:46 -0700)
committerNick Terrell <terrelln@fb.com>
Tue, 19 Sep 2017 20:47:59 +0000 (13:47 -0700)
commit18442a31ff4b87263a6138369e8d0880346af0bd
tree9e9aa4b90a79340b84495119321aa03a7e53763b
parentbdc83f523b536ade61adb46393d0ac87f18b49bc
[libzstd] Fix bad window size assert

The window size is not validated or used in the one-pass API, so there
shouldn't be an assert based on it.

fix-fuzz-failure
lib/decompress/zstd_decompress.c