From: Viktor Szakats Date: Fri, 25 Jul 2025 00:41:21 +0000 (+0200) Subject: CODE_STYLE: sync with recent `checksrc.pl` updates X-Git-Tag: curl-8_16_0~399 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=63a8167f3ecca88f924226a9a355a41dff975eee;p=thirdparty%2Fcurl.git CODE_STYLE: sync with recent `checksrc.pl` updates Follow-up to ef2ccf862f8fbfe5cb86cb716aead57694a95ef5 #17840 Follow-up to f9656445ba275efca02994808f1a89cf055e5e44 #17764 Closes #18015 --- diff --git a/docs/internals/CODE_STYLE.md b/docs/internals/CODE_STYLE.md index f908bf927b..24e669c35b 100644 --- a/docs/internals/CODE_STYLE.md +++ b/docs/internals/CODE_STYLE.md @@ -338,6 +338,7 @@ This is the full list of functions generally banned. _tcsncat _waccess _wcscat + _wcsdup _wcsncat access gets @@ -357,7 +358,9 @@ This is the full list of functions generally banned. strncat strncpy strtok + strtok_r strtol strtoul vsnprint vsprintf + wcsdup