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

Change #250676

Category None
Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
Changed at Mon 01 Dec 2025 21:32:09
Repository https://api.github.com/repos/curl/curl
Project curl/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