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
Version used: v2.0.0.20200
File: FileReaderJsInterop.InteropFileStream.cs
Method: public override long Seek (long offset, SeekOrigin origin)
It incorrectly makes an 'int' cast when seeking using SeekOrigin.Current or SeekOrigin.End, loosing the 64-bit long effect of 'position' parameter and throwing a IOException (working with big files over 2 GiB).
Thank you for this great plug-in ;-)
The text was updated successfully, but these errors were encountered:
Version used: v2.0.0.20200
File: FileReaderJsInterop.InteropFileStream.cs
Method: public override long Seek (long offset, SeekOrigin origin)
It incorrectly makes an 'int' cast when seeking using SeekOrigin.Current or SeekOrigin.End, loosing the 64-bit long effect of 'position' parameter and throwing a IOException (working with big files over 2 GiB).
Thank you for this great plug-in ;-)
The text was updated successfully, but these errors were encountered: