8000 Tags · abbrev/fatfs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: abbrev/fatfs

Tags

R0.15a

Toggle R0.15a's commit message
R0.15a patch 1

January 9, 2025

FatFs fails to load the FsInfo in FAT32 volumes and the f_getfree function will always be forced
a full FAT scan which takes a long time.

This problem was appeared at R0.15a and reported via an e-mail.

R0.15

Toggle R0.15's commit message
R0.15 patch 2

December 4, 2022

There is a potential issue when work FatFs concurrency with FF_FS_REENTRANT, FF_VOLUMES >= 2
and FF_FS_LOCK > 0.

This problem was reported via the user forum.

R0.14b

Toggle R0.14b's commit message
FatFs R0.14b, released April 17, 2021

R0.14a

Toggle R0.14a's commit message
R0.14a patch 2

February 14, 2021

f_mkfs function can create wrong exFAT volume.

This is a time dependent malfunction that two boot records each have different volumme sereal number. As the result, such exFAT volume cannot be mounted by Windows.

R0.14

Toggle R0.14's commit message
R0.14 patch 1

November 10, 2019

Old floppy disks formatted with MS-DOS 2.x and 3.x cannot be mounted.

This is because the boot sector lacks "FAT" string and 0xAA55 signature.

R0.13c

Toggle R0.13c's commit message
R0.13c patch 5

August 30, 2019

Wrong memory read one or more characters beyond end of the input path name.
If the memory area following the string terminator is filled by / or \, it can cause memory
protection fault or bus fault.

R0.13b

Toggle R0.13b's commit message
R0.13b patch 3

Sep 3, 2018

f_getcwd function uses memory location beyond the output buffer length specified by argument if
the buffer has a valid drive number. It can collapse the data located next to the output buffer.
This problem was reported via email.

R0.13a

Toggle R0.13a's commit message
R0.13a patch 1

October 27, 2017

File open and directory listing of any file on the exFAT root directory
beyond the cluster boundary can fail with FR_INT_ERR.

R0.13

Toggle R0.13's commit message
R0.13 patch 2

September 2, 2017

f_fdisk function and f_mkfs function create the partition table with
wrong C-H-S parameters.

R0.12

Toggle R0.12's commit message
FatFs R0.12, released April 12, 2016

0