Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bfe89c commit 8e7521dCopy full SHA for 8e7521d
1 file changed
cpp/ql/src/Security/CWE/CWE-676/PotentiallyDangerousFunction.qhelp
@@ -6,7 +6,7 @@
6
<p>This rule finds calls to functions that are dangerous to
7
use. Currently, it checks for calls
8
to <code>gmtime</code>, <code>localtime</code>,
9
-<code>ctime</code> and <code>asctime</code>.
+<code>ctime</code> and <code>asctime</code>.</p>
10
11
<p>The time related functions such as <code>gmtime</code>
12
fill data into a <code>tm</code> struct or <code>char</code> array in
0 commit comments