[PATCH] UBIFS: fix assertion in layout_in_gaps()
Artem Bityutskiy
artem.bityutskiy at linux.intel.com
Fri Aug 12 08:39:56 PDT 2016
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 at intel.com>
> Cc: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy at linux.intel.com>
Thanks!
--
Best Regards,
Artem Bityutskiy
More information about the linux-mtd
mailing list