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
ext2
fastfat [FASTFAT] Copy an entire field, instead of half-copying it with RtlCopyMemory 2019-07-20 13:56:18 +02:00
fastfat_new
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
msfs
mup
nfs
npfs
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