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/blepvco-0.1.0/ladspaplugin.h Examining data/blepvco-0.1.0/blepvco_if.cc Examining data/blepvco-0.1.0/minblep_tables.c Examining data/blepvco-0.1.0/extras/minblep.c Examining data/blepvco-0.1.0/exp2ap.cc Examining data/blepvco-0.1.0/blepvco.cc Examining data/blepvco-0.1.0/blepvco.h Examining data/blepvco-0.1.0/minblep_tables.h FINAL RESULTS: data/blepvco-0.1.0/blepvco.cc:185:3: [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 (_f, _f + FILLEN, STEP_DD_PULSE_LENGTH * sizeof (float)); data/blepvco-0.1.0/blepvco.cc:374:3: [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 (_f, _f + FILLEN, STEP_DD_PULSE_LENGTH * sizeof (float)); data/blepvco-0.1.0/blepvco.cc:564:3: [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 (_f, _f + FILLEN, STEP_DD_PULSE_LENGTH * sizeof (float)); data/blepvco-0.1.0/blepvco_if.cc:86:14: [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. static const char * const pname_blepsaw [Ladspa_VCO_blepsaw::NPORT] = data/blepvco-0.1.0/blepvco_if.cc:140:14: [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. static const char * const pname_bleprect [Ladspa_VCO_bleprect::NPORT] = data/blepvco-0.1.0/blepvco_if.cc:203:14: [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. static const char * const pname_bleptri [Ladspa_VCO_bleptri::NPORT] = ANALYSIS SUMMARY: Hits = 6 Lines analyzed = 3396 in approximately 0.40 seconds (8580 lines/second) Physical Source Lines of Code (SLOC) = 2814 Hits@level = [0] 16 [1] 0 [2] 6 [3] 0 [4] 0 [5] 0 Hits@level+ = [0+] 22 [1+] 6 [2+] 6 [3+] 0 [4+] 0 [5+] 0 Hits/KSLOC@level+ = [0+] 7.81805 [1+] 2.1322 [2+] 2.1322 [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.