Fix a FAT file corruption problem. From Andrew Tridgell

This commit is contained in:
Gregory Nutt
2014-03-04 11:34:54 -06:00
parent b94573e9b2
commit 4f6d6a6aa2
2 changed files with 61 additions and 56 deletions
+5
View File
@@ -6807,3 +6807,8 @@
kconfig-frontends tools (2014-3-4)
* configs/stm3220g-eval/telnetd: Configuration converted to use the
kconfig-frontends tools (2014-3-4)
* fs/fat/fs_fat32.c: Fix an error in the FAT logic that can cause file
corruption. The error conditions are rare and only seen with very
large files. From Andrew Tridgell. This replaces a previous, partial
fix for the same problem (2014-3-3).