From: Juliana Fajardini Date: Thu, 26 Aug 2021 11:37:33 +0000 (+0100) Subject: devguide/code-style: fix typo in banned functions X-Git-Tag: suricata-7.0.0-beta1~1333 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f3cee24292b9a84bf20f2cca971acc8753d4514;p=thirdparty%2Fsuricata.git devguide/code-style: fix typo in banned functions --- diff --git a/doc/devguide/codebase/code-style.rst b/doc/devguide/codebase/code-style.rst index 5313391a07..3a604cb38c 100644 --- a/doc/devguide/codebase/code-style.rst +++ b/doc/devguide/codebase/code-style.rst @@ -716,7 +716,7 @@ Banned functions +------------+---------------+-----------+ | function | replacement | reason | +============+===============+===========+ -| strok | strtok_r | | +| strtok | strtok_r | | +------------+---------------+-----------+ | sprintf | snprintf | unsafe | +------------+---------------+-----------+