Jaroslav Skarvada 4a8f8a6645 Fixing overflow bug in reclaim_file function, see
https://bugzilla.redhat.com/show_bug.cgi?id=660154 for more information.

The problem is that alloc_rootdir_entry counts with 10000 files at max, but the
filename buffer is only 8 chars long. Due to pattern mask used it results to
only 10 files at max (FSCK0-9REC). If there is more than 10 files, it overflows
and hangs.

Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
2013-01-23 12:51:33 +01:00
2013-01-23 12:51:29 +01:00
2013-01-23 12:51:19 +01:00
2013-01-23 12:51:28 +01:00
2013-01-23 12:50:22 +01:00
Description
No description provided
292 KiB
Languages
C 97.9%
Makefile 1.9%
Shell 0.2%