-
-
Notifications
You must be signed in to change notification settings - Fork 591
Closed
Description
Engine.Execute can throw many unexpected exceptions (JavaScriptException and ParserException are expected for malformed inputs) when executing scripts from the attached archive. These are:
- ArgumentOutOfRangeException
- IndexOutOfRangeException
- InvalidCastException
- InvalidOperationException
- NullReferenceException
- OverflowException
You can run the following code to reproduce it (the path variable should contain the path to one of the extracted files):
var text = File.ReadAllText(path);
new Engine().Execute(text);Found via SharpFuzz.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels