Skip to content

Commit 2cfa14b

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 5cad8ec commit 2cfa14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-193/InvalidPointerDeref.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
* Step 1 is implemented in `AllocationToInvalidPointer.qll`, and step 2 is implemented by
3535
* `InvalidPointerToDereference.qll`. See those files for the description of these.
3636
*
37-
* This file imports both libraries and define a final dataflow configuration that constructs the full path from
37+
* This file imports both libraries and defines a final dataflow configuration that constructs the full path from
3838
* the allocation to the dereference of the out-of-bounds pointer. This is done for several reasons:
3939
* 1. It means the user is able to inspect the entire path from the allocation to the dereference, which can be useful
4040
* to understand the problem highlighted.

0 commit comments

Comments
 (0)