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

Change #228551

Category None
Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
Changed at Mon 28 Apr 2025 20:07:32
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch master
Revision 4a70b9823baa78af953aa89d077681293efe8b22

Comments

progress: fix integer overflow check

- Fix logic typo.

Prior to this change the overflow check was reversed, meaning it did
not stop an overflow condition and also if there wasn't an overflow it
erroneously set the total expected transfer size to the maximum value.

Follow-up to 69ce9a7f from earlier today.

Closes https://github.com/curl/curl/pull/17213

Changed files