index
:
firefox
debian
progress-linux
upstream
debian 11: firefox
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
clang-tidy
/
test
/
clang-analyzer-security.insecureAPI.mktemp.cpp
blob: 8bb511a7d732815312f53442abbb7e09d227c486 (
plain
)
1
2
3
4
5
#include
"structures.h"
void
test
()
{
char
*
x
=
mktemp
(
"/tmp/zxcv"
);
}