Sweden-Number/dlls/mountmgr.sys
Derek Lesho 8e98dcd42e mountmgr.sys: Use SystemBuffer output for IOCTL_STORAGE_QUERY_PROPERTY.
In METHOD_BUFFERED ioctls, SystemBuffer must be used as both the input and output buffer.
Using UserBuffer directly, without any checks is dangerous and non-functional, as it will
be overwritten by the contents of SystemBuffer in a correct implementation.

Signed-off-by: Derek Lesho <dlesho@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-07-21 20:21:18 +02:00
..
Makefile.in mountmgr.sys: Add support for querying DHCP parameters on macOS. 2019-11-19 23:15:05 +01:00
dbus.c mountmgr: Return the disk serial from IOCTL_STORAGE_QUERY_PROPERTY(StorageDeviceProperty). 2020-05-27 00:14:14 +02:00
device.c mountmgr.sys: Use SystemBuffer output for IOCTL_STORAGE_QUERY_PROPERTY. 2020-07-21 20:21:18 +02:00
diskarb.c mountmgr: Return the disk serial from IOCTL_STORAGE_QUERY_PROPERTY(StorageDeviceProperty). 2020-05-27 00:14:14 +02:00
mountmgr.c mountmgr: Fix handling of buffer overflows in IOCTL_MOUNTMGR_QUERY_UNIX_DRIVE. 2020-07-09 15:34:00 +02:00
mountmgr.h mountmgr: Return the disk serial from IOCTL_STORAGE_QUERY_PROPERTY(StorageDeviceProperty). 2020-05-27 00:14:14 +02:00
mountmgr.sys.spec