Change #261852
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Sat 21 Mar 2026 13:30:37 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | a8bc4cbcfe460d2d2a76759a91ff56eb63215c26 |
Comments
build: assume `snprintf()` in `mprintf`, drop feature check - it was already required for `curl_*printf()` float/double support. - some curl tests always fail without it. - it was already assumed to be present to build test servers. Source code did not check for `HAVE_SNPRINTF` detection variable. - it was already required to build examples. Windows builds stopped using this detection and the function via earlier commits. Follow-up to 64f28b8f8859fc80816f7db3b5c4b6f2fd84bd27 #20765 Follow-up to 935b1bd4544a23a91d68ffb9f86983e92747e9a5 #9570 #9569 Closes #20763
Changed files
- CMake/unix-cache.cmake
- CMakeLists.txt
- configure.ac
- lib/curl_config-cmake.h.in
- lib/mprintf.c