GitHub
CERT Secure Coding

Coverity

This page was automatically generated and should not be edited.

The information on this page was provided by outside contributors and has not been verified by SEI CERT.

The table below can be re-ordered, by clicking column headers.

Tool Version: v7.5.0

CheckerGuideline
CHECKED_RETURNMEM52-CPP. Detect and handle memory allocation errors
DEADLOCKCON53-CPP. Avoid deadlock by locking in a predefined order
DELETE_VOIDEXP57-CPP. Do not cast or delete pointers to incomplete classes
EVALUATION_ORDEREXP50-CPP. Do not depend on the order of evaluation for side effects
RACE_CONDITIONCON52-CPP. Prevent data races when accessing bit-fields from multiple threads
USE_AFTER_FREEMEM50-CPP. Do not access freed memory