cginternals / cginternals/cppfs
FileHandle.size() does not work well for large file(more than 3.9GB)
Open
- Dominant language
- C++
- Stars
- 514
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
`FileHandle.size()` use `unsigned int` to return the size of the file, which only has `4,294,967,295`.
Not enough for larger file.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.