]> git.ipfire.org Git - thirdparty/curl.git/commit
tool_cb_wrt: use dynbuf instead of "manual" malloc
authorDaniel Stenberg <daniel@haxx.se>
Tue, 5 Aug 2025 11:43:49 +0000 (13:43 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 5 Aug 2025 12:26:16 +0000 (14:26 +0200)
commit2978d33089947ebdceef62f815cf020d035d457c
tree595907bb4bfb124355ca170509fa174e248e3481
parentfe4ade53b73c6063a92d0382cbfca08fb34a0584
tool_cb_wrt: use dynbuf instead of "manual" malloc

When creating new file names for no-clobber

Closes #18182
src/tool_cb_wrt.c