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
... by throwing an unexpected exception. This is due to the code calling Processor.IsDumpStream which assumes that the input stream is large enough for reading a 64 bit magic value.
My suggested fix:
Change MoonSharp.Interpreter.Execution.VM.Processor.IsDumpStreamfrom
... by throwing an unexpected exception. This is due to the code calling Processor.IsDumpStream which assumes that the input stream is large enough for reading a 64 bit magic value.
My suggested fix:
Change
MoonSharp.Interpreter.Execution.VM.Processor.IsDumpStream
fromto
The text was updated successfully, but these errors were encountered: