Re: [PATCH] UBIFS: fix assertion in layout_in_gaps()

From: Artem Bityutskiy
Date: Fri Aug 12 2016 - 11:41:22 EST


On Fri, 2016-08-12 at 15:26 +0200, Vincent Stehlà wrote:
> An assertion in layout_in_gaps() verifies that the gap_lebs pointer
> is
> below the maximum bound. When computing this maximum bound the
> idx_lebs
> count is multiplied by sizeof(int), while C pointers arithmetic does
> take
> into account the size of the pointed elements implicitly already.
> Remove
> the multiplication to fix the assertion.
>
> Fixes: 1e51764a3c2ac05a ("UBIFS: add new flash file system")
> Signed-off-by: Vincent Stehlà <vincent.stehle@xxxxxxxxx>
> Cc: Artem Bityutskiy <artem.bityutskiy@xxxxxxxxxxxxxxx>

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@xxxxxxxxxxxxxxx>

Thanks!

--Â
Best Regards,
Artem Bityutskiy