| Infonote | ||
|---|---|---|
| ||
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 | ||||
|---|---|---|---|---|
|
...
| clang-analyzer-alpha.security.ArrayBoundV2 | MEM50-CPP. Do not access freed memory |
| clang-analyzer-core.UndefinedBinaryOperatorResult | EXP53-CPP. Do not read uninitialized memory |
| clang-analyzer-cplusplus.NewDelete | MEM50-CPP. Do not access freed memory |
| clang-analyzer-cplusplus.NewDeleteLeaks | MEM51-CPP. Properly deallocate dynamically allocated resources |
| clang-analyzer-unix.MismatchedDeallocator | MEM51-CPP. Properly deallocate dynamically allocated resources |
| misc-new-delete-overloads | DCL54-CPP. Overload allocation and deallocation functions as a pair in the same scope |