Skip to content

Resolve Coverity static analysis issues #245

@pcolberg

Description

@pcolberg

The runtime project is transitioning from Klocwork to Coverity for static code analysis. This issue tracks the number of remaining Coverity issues on a semi-regular basis. The initial goal is to reduce the number of Coverity issues to zero and fail the Coverity workflow with a non-zero exit status on new issues. So far all Coverity issues could be addressed through reasonable code changes that fix potential bugs and/or improve code quality.

When updating this issue, attach a copy of the zip file from the Coverity workflow artifacts for archival, since artifacts are purged after some time.

To count issues, take the number of blank lines and divide by 2:

echo "scale=0; $(grep -c '^$' cov-errors.txt) / 2" | bc -l

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions