Bug 1846030 [wpt PR 41229] - CloseWatcher: factor out and expand Esc key tests, a...
[gecko.git] / tools / clang-tidy / test / clang-analyzer-security.insecureAPI.getpw.json
blob2f80393d54a3d73a73900009545e032877c91f98
2   [
3     "warning",
4     "The getpw() function is dangerous as it may overflow the provided buffer. It is obsoleted by getpwuid()",
5     "clang-analyzer-security.insecureAPI.getpw"
6   ],
7   { "reliability": "high" }