Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cad8ec commit 2cfa14bCopy full SHA for 2cfa14b
1 file changed
cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
@@ -34,7 +34,7 @@
34
* Step 1 is implemented in `AllocationToInvalidPointer.qll`, and step 2 is implemented by
35
* `InvalidPointerToDereference.qll`. See those files for the description of these.
36
*
37
- * This file imports both libraries and define a final dataflow configuration that constructs the full path from
+ * This file imports both libraries and defines a final dataflow configuration that constructs the full path from
38
* the allocation to the dereference of the out-of-bounds pointer. This is done for several reasons:
39
* 1. It means the user is able to inspect the entire path from the allocation to the dereference, which can be useful
40
* to understand the problem highlighted.
0 commit comments