> On 03/03/2021 00:34 Andrew Morton <[email protected]> wrote: > > > On Mon, 1 Mar 2021 07:27:57 +0000 (GMT) Phillip Lougher > <[email protected]> wrote: > > > The checks for maximum metadata block size is > > missing SQUASHFS_BLOCK_OFFSET (the two byte length > > count). > > What are the user visible consequences of this bug?
The user will be unable to mount the filesystem, because it will fail the sanity check. > > > Cc: [email protected] > > Signed-off-by: Phillip Lougher <[email protected]> > > Fixes: f37aa4c7366e23f ("squashfs: add more sanity checks in id lookup") > > yes? Yes. Phillip

