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.cpp
blobc3da0b1970f8f65f10f4d84f867630c2aadaf6d9
1 #include "structures.h"
3 void test() {
4 char buff[1024];
5 getpw(2, buff);