You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously it was vulnerable to indirect recursion (i.e. A has a B*,
B has an A*); this removes that possibility and also simplifies use of
the recursion set to only consider pointer edges rather than directly
nested struct types, which can't be used to construct an infinite object
graph by themselves. This should address some of the cases of prematurely
truncated object graphs the incorrect recursion test was trying to solve.
0 commit comments