reactos/drivers/filesystems
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
..
btrfs [BTRFS] Fix MSVC build 2019-06-11 12:50:49 +02:00
cdfs [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
ext2 [CRT] Add missing posix error codes 2019-05-27 13:22:40 +02:00
fastfat [FASTFAT] Copy an entire field, instead of half-copying it with RtlCopyMemory 2019-07-20 13:56:18 +02:00
fastfat_new [FASTFAT_NEW] Fix MSVC builds 2019-07-04 21:16:12 +02:00
ffs [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
fs_rec [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
msfs [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
mup [MUP] Use _SEH2_AbnormalTermination() instead of _abnormal_termination() 2019-04-07 19:28:18 +02:00
nfs [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
npfs [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
ntfs [NTFS] Do not print debug message for every function call by default 2019-06-15 19:24:27 +03:00
reiserfs [REISERFS] Convert a tab to spaces 2019-05-27 13:22:40 +02:00
udfs Misc addendum to CORE-14271 (#1529) 2019-06-04 16:56:33 +02:00
CMakeLists.txt Addendum to 45fd48b 2018-08-21 12:41:50 +02:00