mirror of
https://github.com/facebook/zstd.git
synced 2025-08-05 19:15:58 +03:00
fix unbounded range
I think you meant 8 MiB or smaller, instead of an unbounded (and illogical) range
This commit is contained in:
@@ -257,7 +257,7 @@ a decoder is allowed to reject a compressed frame
|
|||||||
which requests a memory size beyond decoder's authorized range.
|
which requests a memory size beyond decoder's authorized range.
|
||||||
|
|
||||||
For improved interoperability,
|
For improved interoperability,
|
||||||
decoders are recommended to be compatible with `Window_Size >= 8 MB`,
|
decoders are recommended to be compatible with `Window_Size <= 8 MB`,
|
||||||
and encoders are recommended to not request more than 8 MB.
|
and encoders are recommended to not request more than 8 MB.
|
||||||
It's merely a recommendation though,
|
It's merely a recommendation though,
|
||||||
decoders are free to support larger or lower limits,
|
decoders are free to support larger or lower limits,
|
||||||
|
Reference in New Issue
Block a user