This page is automatically generated from the "Automated Detection" sections in the individual guidelines. Do not modify this page directly.

Version number:
5.0

C++ checkers

Rule

LOCRET.*

EXP54-CPP. Do not access an object outside of its lifetime

SV.FMTSTR.GENERIC

VOID FIO30-CPP. Exclude user input from format strings

SV.TAINTED.FMTSTR

VOID FIO30-CPP. Exclude user input from format strings

UFM.DEREF.MIGHT

MEM50-CPP. Do not access freed memory

UFM.DEREF.MUST

MEM50-CPP. Do not access freed memory

UFM.PARAMPASS.MIGHT

MEM50-CPP. Do not access freed memory

UFM.PARAMPASS.MUST

MEM50-CPP. Do not access freed memory

UFM.RETURN.MIGHT

MEM50-CPP. Do not access freed memory

UFM.RETURN.MUST

MEM50-CPP. Do not access freed memory

UFM.USE.MIGHT

MEM50-CPP. Do not access freed memory

UFM.USE.MUST

MEM50-CPP. Do not access freed memory

>