We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e7c9d0 commit 2777ca4Copy full SHA for 2777ca4
cpp/ql/src/Security/CWE/CWE-014/MemsetMayBeDeleted.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Call to `memset` may be deleted
3
- * @description Using `memset` the function to clear private data in a variable that has no subsequent use
+ * @description Using the `memset` function to clear private data in a variable that has no subsequent use
4
* 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
0 commit comments