We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1b4d9 commit 9a8fb0bCopy full SHA for 9a8fb0b
cpp/ql/lib/semmle/code/cpp/security/InvalidPointerDereference/AllocationToInvalidPointer.qll
@@ -1,6 +1,6 @@
1
/**
2
* 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.
+ * from an allocation to a pointer-arithmetic instruction that constructs a pointer that is out of bounds.
4
*/
5
6
private import cpp
0 commit comments