Closed sgiehl closed 5 days ago
It may happen that for a corrupted file fread may return false, while the file end has not yet been reached.
fread
false
This PR adds a better handling for that case, so extracting won't get stuck.
fixes #24
Description:
It may happen that for a corrupted file
fread
may returnfalse
, while the file end has not yet been reached.This PR adds a better handling for that case, so extracting won't get stuck.
fixes #24