Flawfinder version 2.0.10, (C) 2001-2019 David A. Wheeler.
Number of rules (primarily dangerous function names) in C/C++ ruleset: 223
Examining data/crossguid-0.0+git200150803/android/jni/jnitest.cpp
Examining data/crossguid-0.0+git200150803/guid.cpp
Examining data/crossguid-0.0+git200150803/guid.h
Examining data/crossguid-0.0+git200150803/test.cpp
Examining data/crossguid-0.0+git200150803/test.h
Examining data/crossguid-0.0+git200150803/testmain.cpp

FINAL RESULTS:

data/crossguid-0.0+git200150803/guid.cpp:183:18:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  const unsigned char byteArray[16] =
data/crossguid-0.0+git200150803/guid.cpp:213:18:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  const unsigned char bytes[16] = 
data/crossguid-0.0+git200150803/guid.cpp:257:12:  [2] (buffer) char:
  Statically-sized arrays can be improperly restricted, leading to potential
  overflows or other issues (CWE-119!/CWE-120). Perform bounds checking, use
  functions that limit length, or ensure that the size is larger than the
  maximum possible length.
  unsigned char bytes[16] = 

ANALYSIS SUMMARY:

Hits = 3
Lines analyzed = 474 in approximately 0.08 seconds (6005 lines/second)
Physical Source Lines of Code (SLOC) = 321
Hits@level = [0]   0 [1]   0 [2]   3 [3]   0 [4]   0 [5]   0
Hits@level+ = [0+]   3 [1+]   3 [2+]   3 [3+]   0 [4+]   0 [5+]   0
Hits/KSLOC@level+ = [0+] 9.34579 [1+] 9.34579 [2+] 9.34579 [3+]   0 [4+]   0 [5+]   0
Dot directories skipped = 1 (--followdotdir overrides)
Minimum risk level = 1
Not every hit is necessarily a security vulnerability.
There may be other security vulnerabilities; review your code!
See 'Secure Programming HOWTO'
(https://dwheeler.com/secure-programs) for more information.