Change #256625
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Thu 29 Jan 2026 03:42:09 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | f95c79a98827e7aa565ce748a7dee3e2752547cd |
Comments
send: drop `CURL_UNCONST()` from buffer argument on most platforms Keep it on platforms requiring a non-const buffer. These are AmigaOS and OS400. Also: - replace `SEND_QUAL_ARG2` with boolean macro `SEND_NONCONST_ARG2`. Closes #20463
Changed files
- lib/config-mac.h
- lib/config-os400.h
- lib/config-riscos.h
- lib/config-win32.h
- lib/curl_setup_once.h
- lib/functypes.h
- projects/vms/config_h.com