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

unknown

C checkers

CERT C Secure Coding Standard

<unknown>

ARR34-C. Ensure that array types in expressions are compatible

<unknown>

DCL35-C. Do not invoke a function using a type that does not match the function definition

<unknown>

EXP36-C. Do not convert pointers into more strictly aligned pointer types

<unknown>

EXP38-C. Do not call offsetof() on bit-field members or invalid types

<unknown>

MSC03-C. Avoid errors of addition

<unknown>

STR04-C. Use plain char for characters in the basic character set