reactos/drivers
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
..
base [BOOTVID] Refactor font data from i386 and arm bootdata.c (#1891) 2019-09-01 23:01:40 +02:00
battery
bluetooth
bus [ACPICA] Update to version 20190816. CORE-16368 2019-09-08 07:46:53 +02:00
crypto
filesystems [BTRFS] Reenable the MountMgr thread 2019-09-07 23:28:58 +02:00
filters [MOUNTMGR] Fix setting up reparse index file name 2019-10-21 12:58:30 +02:00
hid
input
ksfilter
multimedia
network [NDIS] Enforce '#if DBG' around MiniDisplayPacket[2]() 2019-08-15 21:08:10 +02:00
parallel
processor
sac
serial
setup
storage [FLOPPY] Implement IOCTL_MOUNTDEV_QUERY_DEVICE_NAME 2019-09-14 10:48:19 +02:00
usb [USBPORT] USBPORT_InvalidateEndpointHandler(): Properly enumerate endpoints 2019-09-29 13:39:12 +03:00
wdm [HDAUDBUS] Build a device instance ID from Codec & node number. CORE-13702 2019-09-27 21:29:41 +02:00
wmi
CMakeLists.txt