mirror of
https://github.com/github/codeql.git
synced 2026-04-25 00:35:20 +02:00
Update cpp/ql/src/experimental/Likely Bugs/DerefNullResult.ql
This commit is contained in:
committed by
GitHub
parent
ab4b823c2e
commit
eda815789b
@@ -1,6 +1,6 @@
|
||||
/**
|
||||
* @name Null dereference from a function result
|
||||
* @description A function parameter is dereference,
|
||||
* @description A function parameter is dereferenced,
|
||||
* while it comes from a function that may return NULL,
|
||||
* and is not checked for nullness by the caller.
|
||||
* @kind problem
|
||||
|
||||
Reference in New Issue
Block a user