This page is experimental and may change significantly in future releases.
Use of a Non-reentrant Function in a Concurrent Context
Properties
id: d3f:CWE-663
- name
- Use of a Non-reentrant Function in a Concurrent Context
- definition
- The product calls a non-reentrant function in a concurrent context in which a competing code sequence (e.g. thread or signal handler) may have an opportunity to call the same function or otherwise influence its state.
Neighbors
CWE-663 has no direct neighbors in this release.