summaryrefslogtreecommitdiffstats
path: root/tools/clang-tidy/test/clang-analyzer-security.insecureAPI.UncheckedReturn.json
blob: a4f89bc0d9665fe3b4f46bb4945aa3cfb18a3dfd (plain)
1
2
3
4
5
6
7
8
[
  [
    "warning",
    "The return value from the call to 'setuid' is not checked.  If an error occurs in 'setuid', the following code may execute with unexpected privileges",
    "clang-analyzer-security.insecureAPI.UncheckedReturn"
  ],
  { "reliability": "low" }
]