Skip to content

Commit 97809e7

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

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
@@ -57,7 +57,7 @@
5757
*
5858
* The set of pointer-arithmetic instructions that define the `TPointerArith` flow state is restricted to be the pointer-
5959
* arithmetic instructions that both receive flow from the allocation (as identified by `AllocationToInvalidPointer.qll`),
60-
* and further flows to a dereference (as identified by `InvalidPointerToDereference.qll`).
60+
* and further flow to a dereference (as identified by `InvalidPointerToDereference.qll`).
6161
*/
6262

6363
import cpp

0 commit comments

Comments
 (0)