Skip to content

BUG FIX: Regular files >128MB extraction

Compare
Choose a tag to compare
@svoboda18 svoboda18 released this 15 Jun 13:58
· 5 commits to 1.x since this release
fix: ino_extract_regular: do not decrement got

* this a regression introduced in commit f2a1a24, which
  caused the ino_extract_regular() function to decrement
  the 'got' variable, thus makes the loop exits and leaves
  unextracted data for files size > 1 << 27.
* correct the build date.

Signed-off-by: svoboda18 <[email protected]>