gecko-dev/tools/clang-tidy/test/clang-analyzer-security.ins...

6 строки
91 B
C++

#include "structures.h"
void test_bcopy(void *a, void *b, size_t n) {
bcopy(a, b, n);
}