Change #228552
Category | curl |
Changed by | Jay Satiro <raysatiro | @yahoo.com>
Changed at | Mon 28 Apr 2025 20:07:32 |
Repository | https://github.com/curl/curl.git |
Project | 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
- lib/progress.c