vcdiff icon indicating copy to clipboard operation
vcdiff copied to clipboard

Issue with large files (more than 2 Gb)

Open jumbo533 opened this issue 1 year ago • 1 comments

There is an issue in VcEncoder constructor. If source file size is more than int.MaxValue than it would be incorrect behavior in: _nativeAllocation = new NativeAllocation((int)source.Length);

jumbo533 avatar Nov 27 '23 05:11 jumbo533

What would the fix involve here? just removing the cast to int?

chyyran avatar Feb 10 '24 16:02 chyyran