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
Related to #30, but blowing up in a different location:
if you try to open the file out_of_memory_2.zip (generated by SharpFuzz) with the current OpenMcdf, you get a System.OutOfMemoryException with the call stack:
at System.Collections.Generic.List`1.set_Capacity(Int32 value)
at System.Collections.Generic.List`1.EnsureCapacity(Int32 min)
at System.Collections.Generic.List`1.Add(T item)
at OpenMcdf.CompoundFile.GetDifatSectorChain()
at OpenMcdf.CompoundFile.GetFatSectorChain()
at OpenMcdf.CompoundFile.GetNormalSectorChain(Int32 secID)
at OpenMcdf.CompoundFile.LoadDirectories()
at OpenMcdf.CompoundFile.Load(Stream stream)
at OpenMcdf.CompoundFile..ctor(Stream stream)
Result Message: System.OutOfMemoryException : Array dimensions exceeded supported range.
The text was updated successfully, but these errors were encountered:
Related to #30, but blowing up in a different location:
if you try to open the file out_of_memory_2.zip (generated by SharpFuzz) with the current OpenMcdf, you get a System.OutOfMemoryException with the call stack:
The text was updated successfully, but these errors were encountered: