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
Fix infinite recursion in simpleunion marshalling.
The previous implementation would pass the original value into a map,
which when marshalled would invoke the same function again, eventually
exhausting the stack.
0 commit comments