e2fsprogs/tests/m_hugefile_slack
Darrick J. Wong 63b4cbb8bc misc: fix infinite loop when finding the start of the hugefile start range
When looking for the start of the hugefile range, the 'next' variable
is incorrectly decremented.  If we happened to find a single free
block, the effect of this decrement is that blk == next, which means
that we never modify the loop control variable, so get_start_block
never returns.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2014-12-02 22:14:34 -05:00
..
expect misc: fix infinite loop when finding the start of the hugefile start range 2014-12-02 22:14:34 -05:00
name misc: fix infinite loop when finding the start of the hugefile start range 2014-12-02 22:14:34 -05:00
script misc: fix infinite loop when finding the start of the hugefile start range 2014-12-02 22:14:34 -05:00