Change #263192
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Wed 01 Apr 2026 19:53:53 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 0df6c01db398f5e25d00a062aae56f2a89d8ff55 |
Comments
tidy-up: rename `Curl_safefree()`/`tool_safefree()` to `curlx_safefree()` To sync names for the same macro logic between lib and src, and to move it to the curlx namespace, to match `curlx_free()` that it's calling. Closes #21151
Changed files
- lib/asyn-base.c
- lib/cf-h1-proxy.c
- lib/cf-h2-proxy.c
- lib/cf-ip-happy.c
- lib/cf-socket.c
- lib/connect.c
- lib/curl_setup.h
- lib/curl_sspi.c
- lib/curlx/dynbuf.c
- lib/doh.c
- lib/dynhds.c
- lib/escape.c
- lib/file.c
- lib/ftp.c
- lib/hash.c
- lib/http.c
- lib/http2.c
- lib/http_digest.c
- lib/http_ntlm.c
- lib/httpsrr.c
- lib/idn.c
- lib/imap.c
- lib/mime.c
- lib/mqtt.c
- lib/multi.c
- lib/netrc.c
- lib/pop3.c
- lib/request.c
- lib/rtsp.c
- lib/setopt.c
- lib/slist.c
- lib/smb.c
- lib/smtp.c
- lib/socks_gssapi.c
- lib/socks_sspi.c
- lib/tftp.c
- lib/transfer.c
- lib/uint-hash.c
- lib/url.c
- lib/urlapi.c
- lib/vauth/digest.c
- lib/vauth/digest_sspi.c
- lib/vauth/krb5_sspi.c
- lib/vauth/ntlm.c
- lib/vauth/ntlm_sspi.c
- lib/vauth/spnego_gssapi.c
- lib/vauth/spnego_sspi.c
- lib/vssh/libssh.c
- lib/vssh/libssh2.c
- lib/vtls/gtls.c
- lib/vtls/keylog.c
- lib/vtls/mbedtls.c
- lib/vtls/openssl.c
- lib/vtls/schannel.c
- lib/vtls/schannel_verify.c
- lib/vtls/vtls.c
- lib/vtls/vtls_scache.c
- src/tool_cb_hdr.c
- src/tool_cfgable.c
- src/tool_cfgable.h
- src/tool_formparse.c
- src/tool_getparam.c
- src/tool_ipfs.c
- src/tool_operate.c
- src/tool_operhlp.c
- src/tool_ssls.c
- src/tool_urlglob.c
- tests/libtest/lib558.c
- tests/unit/unit1302.c
- tests/unit/unit1304.c
- tests/unit/unit1330.c
- tests/unit/unit1653.c