From 5a604c91fddbbf33c2cc4d928b985394f1f5b263264c67b6d5314bbbaac00376 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 17 Jul 2022 16:16:37 +0000 Subject: [PATCH] - update to 2.8.2: * do not allocate std::string when column is -1 * catch internal error during whole program analysis * fix whole program analysis OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=96 --- cppcheck-2.8.2.tar.gz | 3 +++ cppcheck-2.8.tar.gz | 3 --- cppcheck.changes | 8 ++++++++ cppcheck.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 cppcheck-2.8.2.tar.gz delete mode 100644 cppcheck-2.8.tar.gz diff --git a/cppcheck-2.8.2.tar.gz b/cppcheck-2.8.2.tar.gz new file mode 100644 index 0000000..79fb4e3 --- /dev/null +++ b/cppcheck-2.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ba99ab54089c44b83f02e2453da046a7edff5237950d4a0eb1eba4afcb4f45 +size 3921806 diff --git a/cppcheck-2.8.tar.gz b/cppcheck-2.8.tar.gz deleted file mode 100644 index 01354fa..0000000 --- a/cppcheck-2.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57298f3b805f0eb816a04115fbc70e701f75083cfb0305a44246e365cf27606a -size 3919580 diff --git a/cppcheck.changes b/cppcheck.changes index 116939c..d584493 100644 --- a/cppcheck.changes +++ b/cppcheck.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Jul 17 16:14:50 UTC 2022 - Dirk Müller + +- update to 2.8.2: + * do not allocate std::string when column is -1 + * catch internal error during whole program analysis + * fix whole program analysis + ------------------------------------------------------------------- Tue Jun 7 21:17:15 UTC 2022 - Dirk Müller diff --git a/cppcheck.spec b/cppcheck.spec index 93ed52d..c0ed0d5 100644 --- a/cppcheck.spec +++ b/cppcheck.spec @@ -17,7 +17,7 @@ Name: cppcheck -Version: 2.8 +Version: 2.8.2 Release: 0 Summary: A tool for static C/C++ code analysis License: GPL-3.0-or-later