Skip to content

Commit 9a8fb0b

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/lib/semmle/code/cpp/security/InvalidPointerDereference/AllocationToInvalidPointer.qll
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 3e1b4d9 commit 9a8fb0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/lib/semmle/code/cpp/security/InvalidPointerDereference/AllocationToInvalidPointer.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* This file provides the first phase of the `cpp/invalid-pointer-deref` query that identifies flow
3-
* an allocation to a pointer-arithmetic instruction that constructs a pointer that's out of bounds.
3+
* from an allocation to a pointer-arithmetic instruction that constructs a pointer that is out of bounds.
44
*/
55

66
private import cpp

0 commit comments

Comments
 (0)