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

6 lines
74 B
C++

#include "structures.h"
void test() {
char *x = mktemp("/tmp/zxcv");
}