]> git.ipfire.org Git - thirdparty/curl.git/commit
memory: stop overriding unused `wcsdup()`/`_wcsdup()` system functions
authorViktor Szakats <commit@vsz.me>
Mon, 7 Jul 2025 09:46:26 +0000 (11:46 +0200)
committerViktor Szakats <commit@vsz.me>
Mon, 7 Jul 2025 13:03:31 +0000 (15:03 +0200)
commitef2ccf862f8fbfe5cb86cb716aead57694a95ef5
treea5eada674b846aaae134ea7dff393e55eecbaa41
parent7ae44fa9b9742ea37af7bd183b08abda4577ee41
memory: stop overriding unused `wcsdup()`/`_wcsdup()` system functions

Also ban them via `checksrc`.

The code continues to use `_tcsdup()`.

Assisted-by: Daniel Stenberg
Closes #17840
lib/curl_memory.h
lib/memdebug.h
scripts/checksrc.pl