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.rand.cpp
blob: 2274127c500a35d179558ff4a735b22d0e2634cb (
plain
)
1
2
3
4
#include
<stdlib.h>
void
test
()
{
random
();
}