[PATCH 0/3] Fix Missing break in switch Coverity issues
Ryan Long
thisisryanlong at gmail.com
Wed Mar 3 21:25:58 UTC 2021
Hi,
To fix these Coverity issues, I just needed to add a comment to tell
Coverity to ignore the error. I did this using the same method as shown
in this article
https://www.synopsys.com/blogs/software-security/gimme-a-break/.
Thanks,
Ryan
Ryan Long (3):
grtc.c: Fix four Missing break in switch Coverity errors
cpuusagetop.c: Fix three Missing break in switch Coverity errors
pci_cfg_read.c: Fix Missing break in switch (CID #1399723)
bsps/shared/grlib/tmtc/grtc.c | 4 ++++
cpukit/libmisc/cpuuse/cpuusagetop.c | 3 +++
cpukit/libpci/pci_cfg_read.c | 1 +
3 files changed, 8 insertions(+)
--
1.8.3.1
More information about the devel
mailing list