Closed guillogo closed 3 months ago
Hi all,
I have created this PR to fix issue #609.
When the file has a size of 0, readfile_allow_large and readfile will return 0. The code mistakenly treats it as false when validating if it succeeded or not.
readfile_allow_large
readfile
Regards, Guillermo
Hi all,
I have created this PR to fix issue #609.
When the file has a size of 0,
readfile_allow_large
andreadfile
will return 0. The code mistakenly treats it as false when validating if it succeeded or not.Regards, Guillermo