reactos/ntoskrnl/io/iomgr
Pierre Schweitzer cf3b9d5b56
[NTOSKNRL] Only allocate a MDL if we have an output length
For user mode, when probing output buffer, if it's null, length
will also be set to 0.

This avoids user mode applications being able to trigger various
asserts in ReactOS (and thus BSOD when no debugger is plugged ;-)).
2018-07-29 13:58:30 +02:00
..
adapter.c
arcname.c
bootlog.c
controller.c
device.c [NTOS] Remove forgotten assert, see CORE-14128. 2017-12-20 21:00:52 +01:00
deviface.c
driver.c [NTOSKRNL] Set the DRVO_BUILTIN_DRIVER DriverObject flag when a built-in driver is created using IoCreateDriver(). 2018-04-22 16:52:38 +02:00
error.c
file.c [DRIVERS][NTOS][NDK] Use IO_STACK_LOCATION instead of EXTENDED_IO_STACK_LOCATION and remove the latter from NDK 2018-07-01 14:45:21 +02:00
iocomp.c
ioevent.c
iofunc.c [NTOSKNRL] Only allocate a MDL if we have an output length 2018-07-29 13:58:30 +02:00
iomdl.c
iomgr.c [NTOSKRNL] Implement the support for reserve IRP in IO 2018-02-24 14:52:04 +01:00
iorsrce.c
iotimer.c
iowork.c
irp.c [NTOSKRNL] Implement the support for reserve IRP in IO 2018-02-24 14:52:04 +01:00
irq.c
ramdisk.c
rawfs.c [NTOS] Use KeClearEvent instead of KeResetEvent where the previous state is not needed. 2017-12-30 11:45:03 +01:00
remlock.c
symlink.c
util.c [NTOSKRNL] Implement IoComputeDesiredAccessFileObject() based on checks performed in NtFlushBuffersFile() 2017-11-12 22:39:40 +01:00
volume.c