cginternals / cginternals/cppfs

FileHandle.size() does not work well for large file(more than 3.9GB)

Open
#31 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.