diskfs / go-diskfs

MIT License
494 stars 112 forks source link

squashfs: fix off by one in directory counting #193

Closed ncw closed 8 months ago

ncw commented 8 months ago

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.

ncw commented 8 months ago

Rebased!