Examining src/utilities/ring_buffer.c
Examining src/utilities/time_conversions.c
Examining src/scheduler.c
Examining src/main.c
memcpy(head, data_frame, ring_buff->data_bytes);// new data overwrites old data
Hits = 1
Lines analyzed = 257 in approximately 0.01 seconds (38376 lines/second)
Physical Source Lines of Code (SLOC) = 205
Hits@level = [0] 8 [1] 0 [2] 1 [3] 0 [4] 0 [5] 0
Hits@level+ = [0+] 9 [1+] 1 [2+] 1 [3+] 0 [4+] 0 [5+] 0
Hits/KSLOC@level+ = [0+] 43.9024 [1+] 4.87805 [2+] 4.87805 [3+] 0 [4+] 0 [5+] 0
Dot directories skipped = 2 (--followdotdir overrides)
Minimum risk level = 1
Not every hit is necessarily a security vulnerability.
You can inhibit a report by adding a comment in this form:
// flawfinder: ignore
Make *sure* it's a false positive!
You can use the option --neverignore to show these.
There may be other security vulnerabilities; review your code!
See 'Secure Programming HOWTO'
(https://dwheeler.com/secure-programs) for more information.