Update cpp/ql/lib/semmle/code/cpp/security/flowafterfree/UseAfterFree.qll

This commit is contained in:
Ben Rodes
2024-01-23 10:49:47 -05:00
committed by GitHub
parent dfb3aec002
commit 55fe8d376c

View File

@@ -142,7 +142,7 @@ private import semmle.code.cpp.ir.dataflow.internal.DataFlowImplCommon
/**
* Holds if `n` represents the expression `e`, and `e` is a pointer that is
* guarenteed to be dereferenced (either because it's an operand of a
* guaranteed to be dereferenced (either because it's an operand of a
* dereference operation, or because it's an argument to a function that
* always dereferences the parameter).
*/