Change #250680
| Category | curl |
| Changed by | Viktor Szakats <commit@vsz.me> |
| Changed at | Mon 01 Dec 2025 21:32:09 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 5356bce6abab7e8e28a3d412b2fa2c55bfa62416 |
Comments
windows: use `_strdup()` instead of `strdup()` where missing To replace deprecated `strdup()` CRT calls with the recommended `_strdup()`. Refs: https://learn.microsoft.com/cpp/c-runtime-library/reference/strdup-wcsdup https://learn.microsoft.com/cpp/c-runtime-library/reference/strdup-wcsdup-mbsdup Closes #19794
Changed files
- docs/examples/block_ip.c
- lib/curl_setup.h
- lib/easy.c
- tests/libtest/memptr.c
- tests/server/first.h