reactos/drivers/filesystems/fastfat
Timo Kreuzer 791b1ad7bd [FASTFAT] Copy an entire field, instead of half-copying it with RtlCopyMemory
Fixes GCC 8 warning:
sdk/include/crt/mingw32/intrin_x86.h:76:12: error: 'memmove' offset [21, 40] from the object at 'DirContext' is out of the bounds of referenced subobject 'Attrib' with type 'unsigned char' at offset 19 [-Werror=array-bounds]
     return memmove(dest, source, num);
            ^~~~~~~~~~~~~~~~~~~~~~~~~~
2019-07-20 13:56:18 +02:00
..
blockdev.c
cleanup.c [FASTFAT] Fix use after free when volume is unmounted 2019-06-30 13:57:14 +02:00
close.c
CMakeLists.txt [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
create.c [FASTFAT] On volume open, update share access if volume was already open 2019-02-14 10:48:32 +01:00
dir.c
direntry.c
dirwr.c [FASTFAT] Copy an entire field, instead of half-copying it with RtlCopyMemory 2019-07-20 13:56:18 +02:00
ea.c
fastio.c
fat.c
fcb.c
finfo.c
flush.c
fsctl.c
iface.c
kdbg.c
misc.c [FASTFAT][FLTMGR][NTOS] Do not explicitly call ObfDereferenceObject() (#1636) 2019-06-22 16:20:58 +02:00
pnp.c
rw.c
shutdown.c
string.c
vfat.h [FASTFAT] Minor cleanup of the main header file. 2019-06-09 17:56:06 +02:00
vfat005.1st
vfat_fr.txt
vfatfs.rc
volume.c