reactos/drivers/filters/mountmgr
Pierre Schweitzer 16fcf694ef
[MOUNTMGR] Fix setting up reparse index file name
This fixes memory smashing while attempting to volume
reparse index (we were previously trying to copy the
name on itself, in the middle of itself...).
This code won't go farther on FAT, it requires NTFS.

Now, with this, ReactOS can properly boot with MountMgr
handling DOS devices without any crash or code disabled.
Cf: what was written in 7608ac9.

Modifications in class2, disk, and ntoskrnl are still to
be committed to enable all this.
2019-10-21 12:58:30 +02:00
..
CMakeLists.txt [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
database.c [MOUNTMGR] Fix setting up reparse index file name 2019-10-21 12:58:30 +02:00
device.c [MOUNTMGR] Fix enumerating drive letter for creating new mountpoint 2019-10-19 16:59:58 +02:00
mntmgr.h [MOUNTMGR] Fix MSVC build after commit 53abbb06. 2019-01-27 16:09:54 +01:00
mountmgr.c [MOUNTMGR] HasDriveLetter(): Simplify code by using a for() loop 2019-09-22 10:25:09 +02:00
mountmgr.rc
notify.c [MOUNTMGR] Remove cancel routine before completing pending IRP 2019-10-19 16:59:57 +02:00
point.c [MOUNTMGR] Don't kill Mm when a device has several symlinks 2019-10-19 18:04:30 +02:00
symlink.c [MOUNTMGR] Remove a leftover UNREFERENCED_PARAMETER() 2019-09-06 08:34:14 +02:00
uniqueid.c