Re: [PATCH] squashfs: fix inode lookup sanity checks

2021-03-04 Thread Phillip Lougher
On 26/02/2021 09:29, Sean Nyekjaer wrote: When mouting a squashfs image created without inode compression it fails with: "unable to read inode lookup table" It turns out that the BLOCK_OFFSET is missing when checking the SQUASHFS_METADATA_SIZE agaist the actual size. Fixes: eabac19e40c0

Re: [PATCH] squashfs: fix inode lookup sanity checks

2021-02-26 Thread Phillip Lougher
> On 26/02/2021 09:29 Sean Nyekjaer wrote: > > > When mouting a squashfs image created without inode compression it > fails with: "unable to read inode lookup table" > > It turns out that the BLOCK_OFFSET is missing when checking > the SQUASHFS_METADATA_SIZE agaist the actual size. > >