mirror of
https://github.com/curl/curl.git
synced 2026-01-18 17:21:26 +01:00
checksrc: ban strcpy
No longer used in the codebase. Replacement is `curlx_strcopy()`, possibly `memcpy()` or dynbuf. Also: - OS400: allow three calls. Closes #20088
This commit is contained in:
@@ -110,6 +110,7 @@ my %banfunc = (
|
||||
"sscanf" => 1,
|
||||
"stat" => 1,
|
||||
"strcat" => 1,
|
||||
"strcpy" => 1,
|
||||
"strdup" => 1,
|
||||
"strerror" => 1,
|
||||
"strncat" => 1,
|
||||
|
||||
Reference in New Issue
Block a user