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.ste...@intel.com> > Cc: Artem Bityutskiy <artem.bityuts...@linux.intel.com>
Signed-off-by: Artem Bityutskiy <artem.bityuts...@linux.intel.com> Thanks! -- Best Regards, Artem Bityutskiy