We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5755159 commit 879158aCopy full SHA for 879158a
1 file changed
cpp/ql/src/Likely Bugs/Memory Management/PointerOverflow.qhelp
@@ -49,7 +49,7 @@ pointer overflow.
49
50
<p>
51
While it's not the subject of this query, the expression <code>ptr + i <
52
-ptr_end</code> is also an invalid range check. It's undefined behavor in
+ptr_end</code> is also an invalid range check. It's undefined behavior in
53
C/C++ to create a pointer that points more than one past the end of an
54
allocation.
55
</p>
0 commit comments