Skip to content

Commit dcbae8b

Browse files
committed
Fix code tag.
1 parent 8053529 commit dcbae8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/experimental/Security/CWE/CWE-14/CompilerRemovalOfCodeToClearBuffers.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<overview>
66
<p>Compiler optimization will exclude the cleaning of private information.
77
Using the <code>memset</code> function to clear private data in a variable that has no subsequent use is potentially dangerous, since the compiler can remove the call.
8-
For some compilers, optimization is also possible when using calls to free memory after the <code>memset</codee> function.</p>
8+
For some compilers, optimization is also possible when using calls to free memory after the <code>memset</code> function.</p>
99

1010
<p>It is possible to miss detection of vulnerabilities if used to clear fields of structures or parts of a buffer.</p>
1111

0 commit comments

Comments
 (0)