]> git.ipfire.org Git - thirdparty/zstd.git/commit
fixed extraordinary scenario where all fields use maximum possible nb of bits simulta... 812/head
authorYann Collet <cyan@fb.com>
Tue, 22 Aug 2017 19:08:39 +0000 (12:08 -0700)
committerYann Collet <cyan@fb.com>
Tue, 22 Aug 2017 19:09:21 +0000 (12:09 -0700)
commit6b2b6a9bd5676f15df702c1861990972a4d67141
tree7e6c96083b85667ef6ddf593ecd2303cc3952e6c
parent232d62b6371e18678300e5569f507f3eb8f29ee8
fixed extraordinary scenario where all fields use maximum possible nb of bits simultaneously

can only happen if windowLog>=27  (level 22 --ultra)
lib/compress/zstd_compress.c