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/php-excimer-1.0.0~git20190913.d82eaf7/excimer.c
Examining data/php-excimer-1.0.0~git20190913.d82eaf7/excimer_log.c
Examining data/php-excimer-1.0.0~git20190913.d82eaf7/excimer_log.h
Examining data/php-excimer-1.0.0~git20190913.d82eaf7/excimer_timer.c
Examining data/php-excimer-1.0.0~git20190913.d82eaf7/excimer_timer.h
Examining data/php-excimer-1.0.0~git20190913.d82eaf7/php_excimer.h

FINAL RESULTS:

data/php-excimer-1.0.0~git20190913.d82eaf7/excimer.c:499:2:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
	memcpy(&class_name ## _handlers, zend_get_std_object_handlers(), \
data/php-excimer-1.0.0~git20190913.d82eaf7/excimer_log.c:215:4:  [2] (buffer) memcpy:
  Does not check for buffer overflows when copying to destination (CWE-120).
  Make sure destination can always hold the source data.
			memcpy(&log->frames[log->frames_size++], &frame, sizeof(excimer_log_frame));

ANALYSIS SUMMARY:

Hits = 2
Lines analyzed = 2818 in approximately 0.07 seconds (41177 lines/second)
Physical Source Lines of Code (SLOC) = 1799
Hits@level = [0]   2 [1]   0 [2]   2 [3]   0 [4]   0 [5]   0
Hits@level+ = [0+]   4 [1+]   2 [2+]   2 [3+]   0 [4+]   0 [5+]   0
Hits/KSLOC@level+ = [0+] 2.22346 [1+] 1.11173 [2+] 1.11173 [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.