blob: dc6b9facf19556b4054e4bd19d1739b9f0ad724d (
plain)
1
2
3
4
5
6
7
8
|
[
[
"warning",
"Potential buffer overflow. Replace with 'sizeof(dest) - strlen(dest) - 1' or use a safer 'strlcat' API",
"clang-analyzer-unix.cstring.BadSizeArg"
],
{ "reliability": "high" }
]
|