BrotliEncoderEstimatePeakMemoryUsage not working for large window sizes #443

Open
opened 2026-01-29 20:43:59 +00:00 by claunia · 0 comments
Owner

Originally created by @AronParker on GitHub (Jan 7, 2023).

The parameters are set and sanitized shortly after:

a8f5813b84/c/enc/encode.c (L1829-L1832)

As large window size is disabled by default, it'll truncate it to a regular window size. Is this intended?

Originally created by @AronParker on GitHub (Jan 7, 2023). The parameters are set and sanitized shortly after: https://github.com/google/brotli/blob/a8f5813b843b7ec469dbd3d8a6a8743395359964/c/enc/encode.c#L1829-L1832 As large window size is disabled by default, it'll truncate it to a regular window size. Is this intended?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#443