Skip to content

Commit 2777ca4

Browse files
Update cpp/ql/src/Security/CWE/CWE-014/MemsetMayBeDeleted.ql
Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
1 parent 9e7c9d0 commit 2777ca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Security/CWE/CWE-014/MemsetMayBeDeleted.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @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
3+
* @description Using the `memset` function to clear private data in a variable that has no subsequent use
44
* can make information-leak vulnerabilities easier to exploit because the compiler can remove the call.
55
* @kind problem
66
* @id cpp/memset-may-be-deleted

0 commit comments

Comments
 (0)