#4744·zstd

Ques: can any version of the zstd SW produce a compressed file where Block_Content > Block_Maximum_Size

Author: qahsan99Created Aug 26, 2026Updated Sep 9, 2026

Please refer https://github.com/facebook/zstd/pull/4669 .

The version v1.5.4 can decompress a file that has Block_Content > Block_Maximum_Size but version v1.5.7 correctly raises an error.

my question is can any of the SW version create a file that violates Block_Content cannot be greater than Block_Maximum_Size