]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
libext2fs: fix reading bitmaps from e2image files
authorTheodore Ts'o <tytso@mit.edu>
Mon, 19 Mar 2018 22:58:09 +0000 (18:58 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 20 Mar 2018 14:30:59 +0000 (10:30 -0400)
commit627901befd76d7d54508919145940147f2c187fe
treea3f1f0494baf509618920153c2e0cda55b8d7a77
parent47438fccc19ceddb8a640e861674ff7b1ad04730
libext2fs: fix reading bitmaps from e2image files

The loop termination code was broken, so that only the first block's
worth of bitmap data was getting read.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reported-by: Kazuya Mio <k-mio@sx.jp.nec.com>
lib/ext2fs/rw_bitmaps.c