Note | ||
---|---|---|
Info | ||
| ||
This page is automatically generated from the "Automated Detection" sections in the individual guidelines. Do not modify this page directly. |
...
was automatically generated and should not be edited. |
Note |
---|
The information on this page was provided by outside contributors and has not been verified by SEI CERT. |
Tip |
---|
The table below can be re-ordered, by clicking column headers. |
...
Include Page | ||||
---|---|---|---|---|
|
Checker | Guideline | |
---|---|---|
CTR01-CPP. Do not apply the sizeof operator to a pointer when taking the size of an array | CHECKED_RETURN | MEM52-CPP. Detect and handle memory allocation errors |
CHECKED_RETURN DEADLOCK | EXP12 CON53-CPP. Do not ignore values returned by functions or methodsAvoid deadlock by locking in a predefined order | |
DELETE_VOID | EXP57-CPP. Do not cast or delete pointers to incomplete classes | |
EVALUATION_ORDER | EXP50-CPP. Do not depend on the order of evaluation for side effects | |
MISSING RACE_BREAKCONDITION | MSC18 CON52-CPP. Finish every set of statements associated with a case label with a break statement | |
NO_EFFECT | MSC11-CPP. Incorporate diagnostic tests using assertions | |
UNUSED_VALUE | MSC12-CPP. Detect and remove code that has no effect | |
Prevent data races when accessing bit-fields from multiple threads | ||
USE_AFTER_FREE | MEM50-CPP. Do not access freed memory |
...