changes.mady.by.user Astha Singhal
Saved on May 14, 2012
changes.mady.by.user Pranjal Jumde
Saved on Oct 08, 2012
...
Version number: unknown
C checkers CERT C Secure Coding Standard
Guideline
ARR34-C. Ensure that array types in expressions are compatible
DCL35-C. Do not invoke a function using a type that does not match the function definition
EXP36-C. Do not convert pointers into more strictly aligned pointer types
EXP38-C. Do not call offsetof() on bit-field members or invalid types
STR04-C. Use plain char for characters in the basic character set