Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protect against circular type forwarders
If we have two assemblies with type forwarders that point to each other, we enter an infinite loop and a stack overflow. This breaks the cycle by detecting reentrancy. Fixes jbevain#706
- Loading branch information