index
:
firefox
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.bcopy.cpp
blob: 67df7d163887f2de4aaf97fa7a9a4187c78eba14 (
plain
)
1
2
3
4
5
#include
"structures.h"
void
test_bcopy
(
void
*
a
,
void
*
b
,
size_t
n
)
{
bcopy
(
a
,
b
,
n
);
}