Lossless compression algorithm
...in Decompressor.process() for forward compatibility with upstream 1.2.0 The max_output_length name was never in any upstream brotli release. It was added after v1.1.0 (commits eb3a31e and f1bdfaa) and then renamed to output_buffer_limit in commit 9686382 before the first release candidate v1.2.0rc1. So output_buffer_limit is the only name that ever shipped in a tagged release (v1.2.0). CVE-2025-66471 fix in python-urllib3 uses the output_buffer_limit name. Backporting upstream commit 9686382 to rename the argument would potentially break backwards compatibility of what was already shipped here, so this custom patch instead makes it so that the function accepts both names. Resolves: RHEL-221150 Assisted-By: Claude Opus 4.6 |
||
|---|---|---|
| .fmf | ||
| .gitignore | ||
| 09b0992b6acb7faa6fd3b23f9bc036ea117230fc.patch | ||
| brotli.spec | ||
| ci.fmf | ||
| CVE-2025-6176.patch | ||
| gating.yaml | ||
| output_buffer_limit-alias.patch | ||
| plans.fmf | ||
| RHEL-32153-kBrotliBitMask-bounds.patch | ||
| sources | ||