mirror of
https://github.com/github/codeql.git
synced 2025-12-22 19:56:32 +01:00
Update cpp/ql/src/Security/CWE/CWE-193/InvalidPointerDeref.ql
Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e776178be5
commit
abe28cb106
@@ -1,6 +1,6 @@
|
|||||||
/**
|
/**
|
||||||
* @name Invalid pointer dereference
|
* @name Invalid pointer dereference
|
||||||
* @description Dereferencing a pointer that points past it allocation is undefined behavior
|
* @description Dereferencing a pointer that points past its allocation is undefined behavior
|
||||||
* and may lead to security vulnerabilities.
|
* and may lead to security vulnerabilities.
|
||||||
* @kind path-problem
|
* @kind path-problem
|
||||||
* @problem.severity error
|
* @problem.severity error
|
||||||
|
|||||||
Reference in New Issue
Block a user