simplefs icon indicating copy to clipboard operation
simplefs copied to clipboard

write_bfree_blocks function free error

Open linuxgcc opened this issue 3 years ago • 2 comments

file : mkfs.c fucntion: write_bfree_blocks line : bfree[i] = htole64(line) block arr is out of bounds.

linuxgcc avatar Mar 25 '22 03:03 linuxgcc

Can you please send pull request(s) which would address the above issue?

jserv avatar Mar 25 '22 04:03 jserv

If I understand correctly, the first block can only contain 4096 * 8 bits,which is not enough for larger block device (nr_used > 32768).

lightmelodies avatar Nov 09 '23 08:11 lightmelodies

This task was considered invalid.

jserv avatar May 06 '24 05:05 jserv