Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #250680

Category curl
Changed by Viktor Szakats <commitohnoyoudont@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