Update cpp/ql/src/experimental/Likely Bugs/DerefNullResult.ql

This commit is contained in:
Mathias Vorreiter Pedersen
2024-05-22 11:21:04 +01:00
committed by GitHub
parent ab4b823c2e
commit eda815789b

View File

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