Skip to content

Commit 3f26b29

Browse files
MathiasVPjbj
andauthored
Update cpp/ql/src/Security/CWE/CWE-014/MemsetMayBeDeleted.ql
Co-authored-by: Jonas Jensen <jbj@github.com>
1 parent d332093 commit 3f26b29

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,7 +1,7 @@
11
/**
22
* @name Call to `memset` may be deleted
33
* @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.
4+
* 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
77
* @problem.severity warning

0 commit comments

Comments
 (0)