Source code
Revision control
Copy as Markdown
Other Tools
[
[
"warning",
"memset fill value is char '0', potentially mistaken for int 0",
"bugprone-suspicious-memset-usage"
],
[
"warning",
"memset fill value is out of unsigned character range, gets truncated",
"bugprone-suspicious-memset-usage"
],
[
"warning",
"memset of size zero, potentially swapped arguments",
"bugprone-suspicious-memset-usage"
],
{ "reliability": "high" }
]