From 63a8167f3ecca88f924226a9a355a41dff975eee Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 25 Jul 2025 02:41:21 +0200 Subject: [PATCH] CODE_STYLE: sync with recent `checksrc.pl` updates Follow-up to ef2ccf862f8fbfe5cb86cb716aead57694a95ef5 #17840 Follow-up to f9656445ba275efca02994808f1a89cf055e5e44 #17764 Closes #18015 --- docs/internals/CODE_STYLE.md | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.3