Title: GCC_V  
Author: Robert Seacord (Manager) Jun 24, 2010
Last Changed by: Carol J. Lallier Sep 17, 2013
Tiny Link: (useful for email) https://wiki.sei.cmu.edu/confluence/x/_dYxBQ
Export As: Word · PDF  
Incoming Links
SEI CERT C Coding Standard (20)
    Page: EXP30-C. Do not depend on the order of evaluation for side effects
    Page: EXP32-C. Do not access a volatile object through a nonvolatile reference
    Page: DCL11-C. Understand the type issues associated with variadic functions
    Page: DCL31-C. Declare identifiers before using them
    Page: GCC
    Page: MSC04-C. Use comments consistently and in a readable fashion
    Page: EXP36-C. Do not cast pointers into more strictly aligned pointer types
    Page: EXP05-C. Do not cast away a const qualification
    Page: STR05-C. Use pointers to const when referring to string literals
    Page: EXP45-C. Do not perform assignments in selection statements
    Page: FIO30-C. Exclude user input from format strings
    Page: MSC07-C. Detect and remove dead code
    Page: DCL36-C. Do not declare an identifier with conflicting linkage classifications
    Page: PRE07-C. Avoid using repeated question marks
    Page: EXP37-C. Call functions with the correct number and type of arguments
    Page: DCL07-C. Include the appropriate type information in function declarators
    Page: MSC01-C. Strive for logical completeness
    Page: FIO47-C. Use valid format strings
    Page: EXP13-C. Treat relational and equality operators as if they were nonassociative
    Page: EXP16-C. Do not compare function pointers to constant values
Android (1)
    Page: Editing Automated Detection Information
CERT Secure Coding (1)
    Page: Editing Automated Detection Information
Hierarchy
Parent Page
    Page: EE. Analyzers
Labels
There are no labels assigned to this page.