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
When mapping a file > 4GiB on a 32bit system, this line will produce an integer overflow resulting in a more-or-less "random" mapping length. The correct behaviour here would be to return an error if the requested mapping is larger than the address space.
The text was updated successfully, but these errors were encountered:
memmap-rs/src/lib.rs
Line 129 in 9df1548
When mapping a file > 4GiB on a 32bit system, this line will produce an integer overflow resulting in a more-or-less "random" mapping length. The correct behaviour here would be to return an error if the requested mapping is larger than the address space.
The text was updated successfully, but these errors were encountered: