forked from pool/cppcheck
Accepting request 781469 from home:dalgaaf:branches:devel:tools
- Update to version 1.90 * alias to vector element invalid after vector is changed * improved value flow analysis for struct members * improved value flow analysis for pointer alias * CERT: Added ENV33-C: Do not call system() * MISRA: added rules 2.7, 3.2, 4.2, 14.2, 21.1, 21.12 - update to version 1.89 * The default warning message format was changed. The new format is similar to GCC. If you want to get warnings in the old format, add --template=cppcheck1 to the command line. * improved value flow analysis for pointer aliases * improved checking for uninitialized variables/structs * better checking of smart pointers * better checking of global variables * Added Cppcheck annotations cppcheck_low(VALUE) and cppcheck_high(VALUE) * shadow variables; warn when argument is shadowed * warn if local reference variable can be const * Added API01-C: Avoid laying out strings in memory directly before sensitive data * Added MSC24-C: Do not use deprecated or obsolescent functions * Added STR11-C: Do not specify the bound of a character array initialized with a string literal * MISRA: added rules 17.2, 18.4, 18.7 OBS-URL: https://build.opensuse.org/request/show/781469 OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=64
This commit is contained in:
parent
11c42300b6
commit
ed7a648d6e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bb25441749977713476dc630dfe7617b3d9e95c46fec0edbec4ff8ff6fda38ca
|
|
||||||
size 1865568
|
|
3
cppcheck-1.90.tar.bz2
Normal file
3
cppcheck-1.90.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c362c891b6653931a49b046b71035e3185688461cfd0a266dfd606ab46f7937e
|
||||||
|
size 2033302
|
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 4 11:32:52 UTC 2020 - Danny Al-Gaaf <opensuse@bisect.de>
|
||||||
|
|
||||||
|
- Update to version 1.90
|
||||||
|
* alias to vector element invalid after vector is changed
|
||||||
|
* improved value flow analysis for struct members
|
||||||
|
* improved value flow analysis for pointer alias
|
||||||
|
* CERT: Added ENV33-C: Do not call system()
|
||||||
|
* MISRA: added rules 2.7, 3.2, 4.2, 14.2, 21.1, 21.12
|
||||||
|
|
||||||
|
- update to version 1.89
|
||||||
|
* The default warning message format was changed. The new format
|
||||||
|
is similar to GCC. If you want to get warnings in the old
|
||||||
|
format, add --template=cppcheck1 to the command line.
|
||||||
|
* improved value flow analysis for pointer aliases
|
||||||
|
* improved checking for uninitialized variables/structs
|
||||||
|
* better checking of smart pointers
|
||||||
|
* better checking of global variables
|
||||||
|
* Added Cppcheck annotations cppcheck_low(VALUE) and
|
||||||
|
cppcheck_high(VALUE)
|
||||||
|
* shadow variables; warn when argument is shadowed
|
||||||
|
* warn if local reference variable can be const
|
||||||
|
* Added API01-C: Avoid laying out strings in memory directly
|
||||||
|
before sensitive data
|
||||||
|
* Added MSC24-C: Do not use deprecated or obsolescent functions
|
||||||
|
* Added STR11-C: Do not specify the bound of a character array
|
||||||
|
initialized with a string literal
|
||||||
|
* MISRA: added rules 17.2, 18.4, 18.7
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 1 08:22:46 UTC 2019 - Martin Liška <mliska@suse.cz>
|
Mon Jul 1 08:22:46 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cppcheck
|
# spec file for package cppcheck
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: cppcheck
|
Name: cppcheck
|
||||||
Version: 1.88
|
Version: 1.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A tool for static C/C++ code analysis
|
Summary: A tool for static C/C++ code analysis
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user