Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #261933

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Sat 21 Mar 2026 23:03:16
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch bagder/max-unzip
Revision a417ec8ebac5e7c4645287ad20b9f556e8897fa0

Comments

progress: count amount of data "delivered" to application

... and apply the CURLOPT_MAXFILESIZE limit (if set) on that as well.
This effectively protects the user against "zip bombs".

Test case 1618 verifies using a 14 byte brotli payload that otherwise
explodes to 102400 zero bytes.

Closes #20787

Changed files