index
:
thunderbird
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.vfork.cpp
blob: 619d986cf75fdc585ffbdda137684cc6b58c15e8 (
plain
)
1
2
3
4
5
#include
"structures.h"
void
test
()
{
vfork
();
}