Opened 10 years ago
#7520 new Bugs
boost::interprocess::ipcdetail::truncate_file does not support 64bit size
Reported by: | Owned by: | Ion Gaztañaga | |
---|---|---|---|
Milestone: | To Be Determined | Component: | interprocess |
Version: | Boost 1.51.0 | Severity: | Problem |
Keywords: | Cc: |
Description
As far as truncate_file accepts size_t variable, it will be impossible to re-size file to size greater than 2GB in the x32 application.
Here is signature: inline bool truncate_file (file_handle_t hnd, std::size_t size)
Note:
See TracTickets
for help on using tickets.