Mentioned changes from LCppC in release notes: 9eb16e1002.

This commit is contained in:
orbitcowboy 2022-06-19 12:03:08 +02:00
parent 6873f5237b
commit dfbc4afc59
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
release notes for cppcheck-2.9
- restored check for negative allocation (new[]) and negative VLA sizes from cppcheck 1.87 (LCppC backport)
- restored check for negative allocation (new[]) and negative VLA sizes from cppcheck 1.87 (LCppC backport)
- replaced hardcoded check for pipe() buffer size by library configuration option (LCppC backport)