We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
RULE-11-4
0
RULE-11-1
RULE-11-5
RULE-11-6
According to MISRA C 2012 8.11 zero is a null pointer constant, and so should not be flagged as non_compliant.
unsigned int *v4 = 0; // COMPLIANT
Status