mirror of
https://github.com/curl/curl.git
synced 2026-05-04 08:37:50 +03:00
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
This commit is contained in:
parent
7ae44fa9b9
commit
ef2ccf862f
3 changed files with 2 additions and 10 deletions
|
|
@ -65,6 +65,8 @@ my %banfunc = (
|
|||
"_tcsncat" => 1,
|
||||
"_wcscat" => 1,
|
||||
"_wcsncat" => 1,
|
||||
"_wcsdup" => 1,
|
||||
"wcsdup" => 1,
|
||||
"LoadLibrary" => 1,
|
||||
"LoadLibraryA" => 1,
|
||||
"LoadLibraryW" => 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue