repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1853320 [wpt PR 41940] - [FLEDGE] Split up runs of /trusted-scoring-signals.https...
[gecko.git]
/
tools
/
clang-tidy
/
test
/
clang-analyzer-security.insecureAPI.getpw.cpp
blob
c3da0b1970f8f65f10f4d84f867630c2aadaf6d9
1
#include
"structures.h"
2
3
void
test
() {
4
char
buff
[
1024
];
5
getpw
(
2
,
buff
);
6
}