Lines Matching refs:at
83 Fixed off by one error at FAT sub-type determination.
205 Fixed f_mount() with forced mount fails when drive number is >= 1. (appeared at R0.10)
207 Fixed f_closedir() returns but the volume lock is left acquired. (appeared at R0.10)
208 Fixed creation of an entry with LFN fails on too many SFN collisions. (appeared at R0.07)
215 …Fixed LFN entry is not deleted on delete/rename an object with lossy converted SFN. (appeared at R…
223 Fixed volume label created by Mac OS X cannot be retrieved with f_getlabel(). (appeared at R0.09b)
225 Fixed null pointer dereference on attempting to delete the root direcotry. (appeared at R0.08)
232 Fixed f_unlink() does not remove cluster chain of the file. (appeared at R0.10c)
233 Fixed _FS_NORTC option does not work properly. (appeared at R0.10c)
239 Fixed wrong media change can lead a deadlock at thread-safe configuration.
263 Fixed f_mkfs() creates wrong volume. (appeared at R0.12)
264 Fixed wrong memory read in create_name(). (appeared at R0.12)
265 Fixed compilation fails at some configurations, _USE_FASTSEEK and _USE_FORWARD.
273 Fixed writing data is truncated at the file offset 4GiB on the exFAT volume. (appeared at R0.12)
274 Fixed creating a file in the root directory of exFAT volume can fail. (appeared at R0.12)
275 …ating exFAT volume with too small cluster size can collapse unallocated memory. (appeared at R0.12)
276 Fixed wrong object name can be returned when read directory at Unicode cfg. (appeared at R0.12)
277 …large file allocation/removing on the exFAT volume collapses allocation bitmap. (appeared at R0.12)
278 Fixed some internal errors in f_expand() and f_lseek(). (appeared at R0.12)