Skip to content

Commit 66f11d4

Browse files
committed
C++: Simplify description.
1 parent bbce7ee commit 66f11d4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cpp/ql/src/Security/CWE/CWE-193/InvalidPointerDeref.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/**
22
* @name Invalid pointer dereference
3-
* @description Dereferencing a pointer that points past its allocation is undefined behavior
4-
* and may lead to security vulnerabilities.
3+
* @description Dereferencing an out-of-bounds pointer is undefined behavior and may lead to security vulnerabilities.
54
* @kind path-problem
65
* @problem.severity error
76
* @security-severity 9.3

0 commit comments

Comments
 (0)