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 e776178 commit abe28cbCopy full SHA for abe28cb
cpp/ql/src/Security/CWE/CWE-193/InvalidPointerDeref.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Invalid pointer dereference
3
- * @description Dereferencing a pointer that points past it allocation is undefined behavior
+ * @description Dereferencing a pointer that points past its allocation is undefined behavior
4
* and may lead to security vulnerabilities.
5
* @kind path-problem
6
* @problem.severity error
0 commit comments