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/breeze-plymouth-5.19.5/breeze-text/ply-text-progress-bar.h
Examining data/breeze-plymouth-5.19.5/breeze-text/ply-text-progress-bar.c
Examining data/breeze-plymouth-5.19.5/breeze-text/plugin.c

FINAL RESULTS:

data/breeze-plymouth-5.19.5/breeze-text/plugin.c:147:41:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                                        strlen (message)) / 2,
data/breeze-plymouth-5.19.5/breeze-text/plugin.c:168:62:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
                                        display_width / 2 - (strlen (prompt)),
data/breeze-plymouth-5.19.5/breeze-text/ply-text-progress-bar.c:113:51:  [1] (buffer) strlen:
  Does not handle strings that are not \0-terminated; if given one it may
  perform an over-read (it could cause a crash if unprotected) (CWE-126).
    width = progress_bar->number_of_columns - 2 - strlen (os_string);

ANALYSIS SUMMARY:

Hits = 3
Lines analyzed = 1066 in approximately 0.08 seconds (13621 lines/second)
Physical Source Lines of Code (SLOC) = 767
Hits@level = [0]   4 [1]   3 [2]   0 [3]   0 [4]   0 [5]   0
Hits@level+ = [0+]   7 [1+]   3 [2+]   0 [3+]   0 [4+]   0 [5+]   0
Hits/KSLOC@level+ = [0+] 9.12647 [1+] 3.91134 [2+]   0 [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.