Files
tubestation/tools/clang-tidy/test/clang-analyzer-security.insecureAPI.getpw.cpp

7 lines
78 B
C++

#include "structures.h"
void test() {
char buff[1024];
getpw(2, buff);
}