index
:
firefox-esr
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
clang-tidy
/
test
/
clang-analyzer-security.insecureAPI.mkstemp.cpp
blob: 904fc92ce6b29e0f3e4a9c721f3b0bd955657a5b (
plain
)
1
2
3
4
5
#include
"structures.h"
void
test
()
{
mkstemp
(
"XX"
);
}