This page is experimental and may change significantly in future releases.
Call to Thread run() instead of start()
Properties
id: d3f:CWE-572
- name
- Call to Thread run() instead of start()
- definition
- The product calls a thread's run() method instead of calling start(), which causes the code to run in the thread of the caller instead of the callee.
Neighbors
CWE-572 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-572 has no related weaknesses in this release.