We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb299b commit b4ff60aCopy full SHA for b4ff60a
1 file changed
releasenotes.txt
@@ -3,6 +3,7 @@ Release Notes for Cppcheck 2.17
3
New checks:
4
- staticFunction: detect functions that should have internal linkage since they
5
are not used outside of their translation unit.
6
+- Check null pointer return from memory/resource allocation functions (nullPointerOutOfMemory, nullPointerArithmeticOutOfMemory, nullPointerOutOfResources, ctunullpointerOutOfMemory, ctunullpointerOutOfResources).
7
8
Improved checking:
9
-
0 commit comments