From dfbc4afc595cd2c86b23b3c96b03ee612fc69005 Mon Sep 17 00:00:00 2001 From: orbitcowboy Date: Sun, 19 Jun 2022 12:03:08 +0200 Subject: [PATCH] Mentioned changes from LCppC in release notes: https://github.com/danmar/cppcheck/commit/9eb16e10020918d725992f67b07c860d9b266478. --- releasenotes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/releasenotes.txt b/releasenotes.txt index 1b6b6706b..39cc6f070 100644 --- a/releasenotes.txt +++ b/releasenotes.txt @@ -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) \ No newline at end of file +- 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)