Update cpp/ql/src/experimental/Security/CWE/CWE-14/CompilerRemovalOfCodeToClearBuffers.ql

Co-authored-by: Mathias Vorreiter Pedersen <mathiasvp@github.com>
This commit is contained in:
ihsinme
2021-01-14 17:17:56 +03:00
committed by GitHub
parent 4ba4de3d41
commit 0d0ea0c5e1

View File

@@ -14,7 +14,7 @@ import cpp
import semmle.code.cpp.dataflow.DataFlow
/**
* A call to `memset` , for some local variable.
* A call to `memset` of the form `memset(ptr, value, num)`, for some local variable `ptr`.
*/
class CompilerRemovaMemset extends FunctionCall {
CompilerRemovaMemset() {