Skip to content

Commit b4ff60a

Browse files
authored
Fixup #4626 (Write about new checker in releasenotes) [skip ci] (#7166)
1 parent 9cb299b commit b4ff60a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

releasenotes.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Release Notes for Cppcheck 2.17
33
New checks:
44
- staticFunction: detect functions that should have internal linkage since they
55
are not used outside of their translation unit.
6+
- Check null pointer return from memory/resource allocation functions (nullPointerOutOfMemory, nullPointerArithmeticOutOfMemory, nullPointerOutOfResources, ctunullpointerOutOfMemory, ctunullpointerOutOfResources).
67

78
Improved checking:
89
-

0 commit comments

Comments
 (0)