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