This page is experimental and may change significantly in future releases.
Compiler Removal of Code to Clear Buffers
Properties
id: d3f:CWE-14
- name
- Compiler Removal of Code to Clear Buffers
- definition
- Sensitive memory is cleared according to the source code, but compiler optimizations leave the memory untouched when it is not read from again, aka "dead store removal."
Neighbors
CWE-14 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-14 has no related weaknesses in this release.