613dc19b68
* #4241: Check for address of single character passed as string Add a check that address of a single character is not passed as argument to argument marked as strings (using strz). The check does not warn if the address of a character with known value '\0'. Since ValueFlow currently does not handle global constants (see #7597), do not warn if the variable is global to avoid FPs when the address of a global variable assigned to '\0' is passed to a function expecting a string. Remove comment in docs saying strz is unused. * Change asdf to Hello world * Add test of address to first element in string * Add error reporting function to getErrorMessages * Fix strings in test |
||
---|---|---|
.. | ||
images | ||
buildman.sh | ||
cppcheck-design.docbook | ||
cppcheck.1.xml | ||
manual-ja.docbook | ||
manual.docbook | ||
writing-rules-1.docbook | ||
writing-rules-2.docbook | ||
writing-rules-3.docbook |