18 lines
424 B
JSON
18 lines
424 B
JSON
[
|
|
[
|
|
"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" }
|
|
]
|