# cppcheck version included in Ubuntu 18.04$cppcheck--versionCppcheck1.82$cppchecksample.cCheckingsample.c...[sample.c:9]:(error)Uninitializedvariable:baz
# cppcheck version included in Ubuntu 20.04
$ cppcheck --version
Cppcheck 1.90
$ cppcheck sample.c
Checking sample.c ...
I would like to find out whether the behavior of cppcheck 1.90 below is due to a bug or due to a check that was removed.
Furthermore,
$ cppcheck --version Cppcheck 2.4.1 $ cppcheck sample.c Checking sample.c ...