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
StylesheetParser.Parse throws an ArgumentOutOfRangeException with the following message:
An unhandled exception of type 'System.ArgumentOutOfRangeException'
occurred in System.Private.CoreLib.dll: 'A valid UTF32 value is between
0x000000 and 0x10ffff, inclusive, and should not include surrogate
codepoint values (0x00d800 ~ 0x00dfff).'
You can run the following code to reproduce it (the path variable should contain the path to the file extracted from the attached archive):
StylesheetParser.Parse throws an ArgumentOutOfRangeException with the following message:
You can run the following code to reproduce it (the path variable should contain the path to the file extracted from the attached archive):
Found via SharpFuzz.
The text was updated successfully, but these errors were encountered: