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

Change #262470

Category None
Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
Changed at Fri 27 Mar 2026 08:05:48
Repository https://api.github.com/repos/curl/curl
Project curl/curl
Branch master
Revision 6041b9b11b904c64305eb6c3f456b83288c1f323

Comments

src: use ftruncate() unconditionally

Systems without it need to provide a custom alternative just like we
have have for Windows. This adds an MSDOS version that fails if trying
to truncate a too large file.

Closes #21109

Changed files