Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
squashfs: fix off by one in directory counting (#193)
This was causing "corrupted directory, had 257 entries instead of max 256" errors, however this was because parseDirectoryHeader had already added one to the count.
- Loading branch information