reactos/drivers/filesystems
Thomas Faber bd7121862a
[NTFS] Fix use after free in failure case of NtfsMountVolume.
NtfsGetVolumeData frees FileRecLookasideList in case of failure, so don't
free it again.
Dereferencing NewDeviceObject invalidates Vcb.
2020-01-11 14:10:55 +01:00
..
btrfs [BTRFS] Fix MSVC build 2019-11-13 00:03:22 +01: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 [NTOS][CLASS2][FFS][WIN32SS] Fix some pool tags so that they correctly appear in pool dump lists. 2019-11-01 19:12:27 +01: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] Fix use after free in failure case of NtfsMountVolume. 2020-01-11 14:10:55 +01:00
reiserfs [REISERFS] Fix a copy paste Error. CID 1363527 2019-10-23 17:23:05 +02:00
udfs [UDFS] Fix uninitialized var use in UDFCommonCreate, return the right error code 2020-01-11 02:45:45 +02:00
CMakeLists.txt Addendum to 45fd48b 2018-08-21 12:41:50 +02:00