mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Update cpp/ql/src/Security/CWE/CWE-014/MemsetMayBeDeleted.ql
Co-authored-by: intrigus-lgtm <60750685+intrigus-lgtm@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
9e7c9d0ea0
commit
2777ca445e
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @name Call to `memset` may be deleted
|
||||
* @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
|
||||
* can make information-leak vulnerabilities easier to exploit because the compiler can remove the call.
|
||||
* @kind problem
|
||||
* @id cpp/memset-may-be-deleted
|
||||
|
||||
Reference in New Issue
Block a user