Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StylesheetParser.Parse throws ArgumentOutOfRangeException #101

Closed
Metalnem opened this issue Dec 24, 2018 · 1 comment
Closed

StylesheetParser.Parse throws ArgumentOutOfRangeException #101

Metalnem opened this issue Dec 24, 2018 · 1 comment

Comments

@Metalnem
Copy link

Metalnem commented Dec 24, 2018

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):

using (var file = File.OpenRead(path))
{
  var parser = new StylesheetParser();
  parser.Parse(file);
}

Found via SharpFuzz.

@TylerBrinks
Copy link
Owner

Please verify in version 4.0 if the issue still exists.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants