Test more criteria during PVS analysis
This commit: - Adds a separate analysis run against the MIRSA (Motor Industry Software Reliability Association) criteria, which is extremely thorough. This tally is not summarized or considered fatal to the workflow. It runs virtually instantly, and the results are very interesting; however are too numerous to include in our general analysis (ie: over 13,000 issues). - Changes the PVS summary script output to a tally-per-file instead of trying to summarize the nature of the issue, which was mostly unhelpful without the full text. - Adds the full list of possible supressible issue to the report directory, so if further suppressions are needed then these will be easy to find and use. - Adds one dr_flac suppression per the resolution here: mackron/dr_libs#117
This commit is contained in:
parent
ffe3c5ab7f
commit
65d8187595
3 changed files with 42 additions and 29 deletions
|
@ -33,6 +33,14 @@
|
|||
"FileName": "xxhash.c",
|
||||
"Message": "A call of the 'memcpy' function will lead to underflow of the buffer '& state'."
|
||||
},
|
||||
{
|
||||
"CodeCurrent": 3039254062,
|
||||
"CodeNext": 3404253786,
|
||||
"CodePrev": 3282303307,
|
||||
"ErrorCode": "V560",
|
||||
"FileName": "dr_flac.h",
|
||||
"Message": "A part of conditional expression is always true: blockSize >= _."
|
||||
},
|
||||
{
|
||||
"CodeCurrent": 2009695132,
|
||||
"CodeNext": 17733,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue