cppcheck icon indicating copy to clipboard operation
cppcheck copied to clipboard

static analysis of C/C++ code

Results 369 cppcheck issues
Sort by recently updated
recently updated
newest added

Reported in https://sourceforge.net/p/cppcheck/discussion/development/thread/df3ac15077/.

Try to reproduce crash reported in forum: https://sourceforge.net/p/cppcheck/discussion/development/thread/f26706dcca/

use snprintf instead of sprintf

``` In file included from /mnt/s/GitHub/cppcheck-fw/gui/common.cpp:20: /mnt/s/GitHub/cppcheck-fw/gui/common.h:55:25: error: no type named 'uint8_t' in namespace 'std'; did you mean simply 'uint8_t'? 55 | enum class ReportType : std::uint8_t { normal=0, autosar=1,...