cppcheck
cppcheck copied to clipboard
static analysis of C/C++ code
Cppcheck does not report undefined behavior of `strcpy` memory overlap, however it reports the problem for `strncpy`. I have found the commit where the new feature for `strncpy` is added,...
The `unmatchedSuppression` messages might be a bug where the regular expression appears to be incorrectly validated. I saw this with local runs but didn't look into it yet. There was...
Hi, I have created 2 scripts. "add_author_information.py" adds author, author mail and date of an error into a new copy of the XML file. This XML file is generated by...
When used with tools such as cmake, cppcheck doesn't provide an convenient way to output into files. I've added two values for new --output-file-type option: uniq: this will create a...
only handles known values for now.. @pfultz2 do you have some feedback. I don't know this code well..
probably needs some unit tests as well
Fix false positive report for rules: 8.2 and 15.2