Skip to content

Commit

Permalink
Merge pull request #4012 from elasota/spec-remove-fse-overflow
Browse files Browse the repository at this point in the history
Remove specification text stating that probability overflow is invalid
  • Loading branch information
Cyan4973 authored Apr 6, 2024
2 parents 3fd4f3b + 8cff66f commit 6f7f59b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/zstd_compression_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6f7f59b

Please sign in to comment.