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
When RuntimeContext is released back into the pool (here), it is not reset, which can cause the context passed to json.MarshalContext to be leaked into a different call to json.Marshal.
When
RuntimeContext
is released back into the pool (here), it is not reset, which can cause the context passed tojson.MarshalContext
to be leaked into a different call tojson.Marshal
.Failing test:
Results in:
The text was updated successfully, but these errors were encountered: