blob: dd681fd5378e6f1aed66173e8395076b78c5e486 (
plain)
1
2
3
4
5
6
7
8
|
[
[
"warning",
"Call to function 'vfork' is insecure as it can lead to denial of service situations in the parent process. Replace calls to vfork with calls to the safer 'posix_spawn' function",
"clang-analyzer-security.insecureAPI.vfork"
],
{ "reliability": "medium" }
]
|