From 8cff66f2f53fa41b8f5be65996600d88fbbe1a98 Mon Sep 17 00:00:00 2001 From: elasota <1137273+elasota@users.noreply.github.com> Date: Mon, 1 Apr 2024 20:08:42 -0400 Subject: [PATCH] Remove text specifying probability overflow as invalid, the variable-size value encoding scheme makes this impossible. --- doc/zstd_compression_format.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/zstd_compression_format.md b/doc/zstd_compression_format.md index 7955dae4abf..5cae855243b 100644 --- a/doc/zstd_compression_format.md +++ b/doc/zstd_compression_format.md @@ -1125,8 +1125,6 @@ If it is a 3, another 2-bits repeat flag follows, and so on. When last symbol reaches cumulated total of `1 << Accuracy_Log`, decoding is complete. -If the last symbol makes cumulated total go above `1 << Accuracy_Log`, -distribution is considered corrupted. If this process results in a non-zero probability for a value outside of the valid range of values that the FSE table is defined for, even if that value is not used, then the data is considered corrupted.