]> git.ipfire.org Git - thirdparty/curl.git/commit
easy: use a custom implementation of wcsdup on Windows
authorJeff Mears <jmears@blizzard.com>
Fri, 6 Aug 2021 21:27:42 +0000 (14:27 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 9 Aug 2021 12:08:42 +0000 (14:08 +0200)
commit76e047fc27b3a0b9e6d6d00cacf536e7b7c1b532
treec89d56b7e41d528206edfff8f78568869ed30c4d
parent3e2a229783b8a8efe88574ec3b6e8c9d060e40e8
easy: use a custom implementation of wcsdup on Windows

... so that malloc/free overrides from curl_global_init are used for
wcsdup correctly.

Closes #7540
lib/easy.c
lib/strdup.c
lib/strdup.h