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
We might need to explicitly set the size to be less than isize::MAX, to avoid unsoundness. As it is, we probably already have errors when dealing with files larger than 4GB.
The text was updated successfully, but these errors were encountered:
danburkert/memmap-rs#69
We might need to explicitly set the size to be less than
isize::MAX
, to avoid unsoundness. As it is, we probably already have errors when dealing with files larger than 4GB.The text was updated successfully, but these errors were encountered: