We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d332093 commit 3f26b29Copy full SHA for 3f26b29
cpp/ql/src/Security/CWE/CWE-014/MemsetMayBeDeleted.ql
@@ -1,7 +1,7 @@
1
/**
2
* @name Call to `memset` may be deleted
3
* @description Using <code>memset</code> the function to clear private data in a variable that has no subsequent use
4
- * is potentially dangerous because the compiler can remove the call.
+ * can make information-leak vulnerabilities easier to exploit because the compiler can remove the call.
5
* @kind problem
6
* @id cpp/memset-may-be-deleted
7
* @problem.severity warning
0 commit comments