vcdiff
vcdiff copied to clipboard
Issue with large files (more than 2 Gb)
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
What would the fix involve here? just removing the cast to int?