]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
libext2fs: don't hang in ext2fs_new_block2() on a full bigalloc file system
authorTheodore Ts'o <tytso@mit.edu>
Fri, 8 Jul 2011 02:29:00 +0000 (22:29 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 8 Jul 2011 02:29:00 +0000 (22:29 -0400)
commit81c6377d93106ccfae12b5b4f1953e97aa92b65e
tree64e563e7cafca25b0cbd89c698f0d7bb448b6694
parent8e8a190fa212ca28efb2e8a8b3318a24d7fc4b7a
libext2fs: don't hang in ext2fs_new_block2() on a full bigalloc file system

Prevent ext2fs_new_block2() from looping forever when a bigalloc file
system is full.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/alloc.c