mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:41:41 +03:00
checksrc: ban _tcsncpy, wcscpy, wcsncpy
Follow-up to eaa7651374 #19589
Closes #19641
This commit is contained in:
parent
a439fc0e37
commit
acfcc2b288
1 changed files with 3 additions and 0 deletions
|
|
@ -78,11 +78,14 @@ my %banfunc = (
|
|||
"_mbsncat" => 1,
|
||||
"_tcscat" => 1,
|
||||
"_tcsdup" => 1,
|
||||
"_tcsncpy" => 1,
|
||||
"_tcsncat" => 1,
|
||||
"_wcscat" => 1,
|
||||
"_wcsncat" => 1,
|
||||
"_wcsdup" => 1,
|
||||
"wcsdup" => 1,
|
||||
"wcscpy" => 1,
|
||||
"wcsncpy" => 1,
|
||||
"LoadLibrary" => 1,
|
||||
"LoadLibraryA" => 1,
|
||||
"LoadLibraryW" => 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue