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:
Mathias Vorreiter Pedersen
2023-08-22 13:02:29 +01:00
committed by GitHub
parent e776178be5
commit abe28cb106

View File

@@ -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