Unintended Reentrant Invocation of Non-reentrant Code Via Nested Calls
Draft in the CWE catalog · 0 CVEs mapped
0
CVEs mapped
What it is
The product invokes code that is believed to be reentrant, but the code performs a call that unintentionally produces a nested invocation of the non-reentrant code.