This page is experimental and may change significantly in future releases.
Use of Same Variable for Multiple Purposes
Properties
id: d3f:CWE-1109
- name
- Use of Same Variable for Multiple Purposes
- definition
- The code contains a callable, block, or other code element in which the same variable is used to control more than one unique task or store more than one instance of data.
Neighbors
CWE-1109 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-1109 has no related weaknesses in this release.