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
YamlStream.Load terminates the process by throwing a StackOverflowException when loading the document from the attached archive. As far as I know, there is no way to set the recursion limit on YamlStream. You can run the following code to reproduce it (the path variable should contain the path to the extracted file):
YamlStream.Load terminates the process by throwing a StackOverflowException when loading the document from the attached archive. As far as I know, there is no way to set the recursion limit on YamlStream. You can run the following code to reproduce it (the path variable should contain the path to the extracted file):
Found via SharpFuzz.
The text was updated successfully, but these errors were encountered: