Skip to content

Commit abe28cb

Browse files
Update cpp/ql/src/Security/CWE/CWE-193/InvalidPointerDeref.ql
Co-authored-by: mc <[email protected]>
1 parent e776178 commit abe28cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @name Invalid pointer dereference
3-
* @description Dereferencing a pointer that points past it allocation is undefined behavior
3+
* @description Dereferencing a pointer that points past its allocation is undefined behavior
44
* and may lead to security vulnerabilities.
55
* @kind path-problem
66
* @problem.severity error

0 commit comments

Comments
 (0)