index
:
firefox
debian
progress-linux
upstream
debian 12: 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.UncheckedReturn.cpp
blob: f1dede2d510fac24148ec01a59d96d1672f14b7f (
plain
)
1
2
3
4
5
#include
"structures.h"
void
test
()
{
setuid
(
1
);
}