This update for cppcheck fixes the following issues:
CVE-2023-39070: Fixed heap use-after-free in removeContradiction() (boo#1215233)
update to 2.12.1:
update to 2.12.0:
update to 2.11:
constParameter
and constVariable
checks have been
split into 3 different IDs based on if the variable is a
pointer, a reference, or local. The different IDs will allow
users to suppress different const warning based on variable
type.constParameter
constParameterReference
constParameterPointer
constVariable
constVariableReference
constVariablePointer
update to 2.10.3:
update to 2.10.2:
Tokenizer: tweaked simplification of function pointers
fix whole program analysis
Additionally, lots of false positives and bugs have been fixed and several existing checks have been improved.
Additionally, lots of false positives and bugs have been fixed
Additionally, a large number of false positives and crashs has been fixed.
full change log http://raw.github.com/danmar/cppcheck/master/Changelog