curl: Unbounded memory consumption via compressed HTTP responses (gzip/brotli/zstd)
During a review of curl's handling of response decompression, it was noticed that no limit exists on the final uncompressed data volume from compressed HTTP replies. Instead of setting constraints, the current design allows indefinite expansion during processing. This absence of limits could lead...