CWE-1157: SEI CERT C Coding Standard - Guidelines 03. Expressions (EXP)

ID CWE-1157
Status Stable
Weaknesses in this category are related to the rules and recommendations in the Expressions (EXP) section of the SEI CERT C Coding Standard.

Relationships

View Weakness
# ID Name # ID Name Abstraction Structure Status
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-758 Reliance on Undefined, Unspecified, or Implementation-Defined Behavior Class Simple Incomplete
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-908 Use of Uninitialized Resource Base Simple Incomplete
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-476 NULL Pointer Dereference Base Simple Stable
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-690 Unchecked Return Value to NULL Pointer Dereference Compound Chain Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-628 Function Call with Incorrectly Specified Arguments Base Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-685 Function Call With Incorrect Number of Arguments Variant Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-686 Function Call With Incorrect Argument Type Variant Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-843 Access of Resource Using Incompatible Type ('Type Confusion') Base Simple Incomplete
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-704 Incorrect Type Conversion or Cast Class Simple Incomplete
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer Class Simple Stable
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-125 Out-of-bounds Read Base Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-480 Use of Incorrect Operator Base Simple Draft
CWE-1154 Weaknesses Addressed by the SEI CERT C Coding Standard CWE-481 Assigning instead of Comparing Variant Simple Draft
Loading...
Loading...