Closed johnsonjh closed 7 months ago
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
Totals | |
---|---|
Change from base Build 1723: | 0.0% |
Covered Lines: | 3877 |
Relevant Lines: | 4060 |
The NULL pointer test now additionally raises a V575 (null pointer is passed) on top of the V618 (dangerous use of function), in the
sirtest_failnulls
function intests/tests.c
.Suppressing this warning, because the test does this intentionally.
Also, add
compile_commands.events.json
to the.gitignore
file.