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

Change #261950

Category curl
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Sat 21 Mar 2026 23:21:55
Repository https://github.com/curl/curl.git
Project curl
Branch master
Revision 77ed315096598b59dd81c3d8c2ca02e799be6512

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