]> git.ipfire.org Git - thirdparty/zstd.git/commit
Fix repcode-related OSS-fuzz issues in block splitter (#2560)
authorsen <senhuang96@fb.com>
Wed, 31 Mar 2021 19:14:59 +0000 (15:14 -0400)
committerGitHub <noreply@github.com>
Wed, 31 Mar 2021 19:14:59 +0000 (15:14 -0400)
commit255925c231bbceddd45416eeea080792d02654fe
tree474d68a34bd83102bf7f0be03dddf531a78bbba7
parentd334ad2ff46f01cb972b2900dbfcbb10d266a3cd
Fix repcode-related OSS-fuzz issues in block splitter (#2560)

* Do not emit last partitions of blocks as RLE/uncompressed

* Fix repcode updates within block splitter

* Add a entropytables confirm function, redo ZSTD_confirmRepcodesAndEntropyTables() for better function signature

* Add a repcode updater to block splitter, no longer need to force emit compressed blocks
lib/compress/zstd_compress.c