commit | 98e42725761e4df326851f08a491f553619debdf | [log] [tgz] |
---|---|---|
author | Jin Qian <jinqian@google.com> | Thu Sep 07 17:09:45 2017 -0700 |
committer | Tao Bao <tbao@google.com> | Mon Sep 11 12:15:14 2017 -0700 |
tree | 9f77c29fdb7599f413181f1a9fea9081b48ff5ee | |
parent | 0a26d1b8937ba3c4fda6f66e57cd418e314affba [diff] |
ext4_utils: fix off-by-one error when free blocks block points at one block before the region we wanted to free after the loop that updats bitmap. This causes the code to free chunk still being used. Bug: 35262536 Test: lunch angler-userdebug; m dist Test: lunch bullhead-userdebug; m dist Change-Id: I7ebb30f4c7bcd01d3213ae0804a026a5ad98072c (cherry picked from commit a4ed4e10e98b0efa4e259c99e84609bebb08cd66)