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
Using ScopedResource for the StringBuilder used in YamlWireOut could remove unsafe reuse of the StringBuilder between outer and inner scopes producing unintended results.
This requires some investigation however, as not all reuse is unsafe.
Using ScopedResource for the StringBuilder used in YamlWireOut could remove unsafe reuse of the StringBuilder between outer and inner scopes producing unintended results.
This requires some investigation however, as not all reuse is unsafe.
See this PR
The text was updated successfully, but these errors were encountered: