rust-fatfs/tests
Rafał Harabień cf3256bfda fix: clear directory returned from create_dir method
Previous implementation did not zero allocated cluster so created directory
could have garbage contents.
Bug exists in code since version 0.2 and all code using create_dir is
affected.
This commit also improves tests of volume formatting so a dirty partition
is used allowing to detect bugs like this.
2018-12-08 19:34:47 +01:00
..
format.rs fix: clear directory returned from create_dir method 2018-12-08 19:34:47 +01:00
read.rs Support reading volume label from root directory 2018-08-05 00:14:49 +02:00
write.rs Add more format_volume tests and simlify code 2018-12-05 22:31:59 +01:00