OSDN Git Service

Incremental Ext4 Bug: prevent out of bound boundary allocations
authorMohamad Ayyash <mkayyash@google.com>
Fri, 29 Apr 2016 04:49:01 +0000 (21:49 -0700)
committerMohamad Ayyash <mkayyash@google.com>
Fri, 29 Apr 2016 04:49:01 +0000 (21:49 -0700)
commitd2ed02a94086e1221041bc59825add3d0a657e19
treebf8b3203bc1d5c3724690010783014d899e28032
parentdedf8f9705df13e1fd07d3f754216d34725bb269
Incremental Ext4 Bug: prevent out of bound boundary allocations

This happens around the boundary of block groups where a slightly
different block boundary is set based on size of filesystem which means
allocations based on a previous filesystem layout need to verify they're
not crossing that new bounday

BUG: 27698960
Change-Id: I45d444b4477f14f71e8f17144523505a7525b4e2
Signed-off-by: Mohamad Ayyash <mkayyash@google.com>
ext4_utils/make_ext4fs.c