CWE-1265 – Unintended Reentrant Invocation of Non-reentrant Code Via Nested Calls
Description During execution of non-reentrant code, the software performs a call that unintentionally produces a nested invocation of the non-reentrant code. In complex software, a...