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
This changelist adds validation for the tree depth in XML parsing, preventing an invalid document from triggering a stack overflow.
A new unit test has been added to parse a document exceeding the maximum tree depth, verifying that the correct exception is thrown.
0 commit comments