reactos/ntoskrnl/io/iomgr
Victor Perevertkin f562f9c5c6
[NTOS:IO] Fix IRP stack location check in IoForwardIrpSynchronously
We are doing IoCallDriver here, so the valid stack location should be
CurrentLocation <= Irp->StackCount (just a check for a completly incorrect value)
&& CurrentLocation > 1 (ensure that we have a place for another call)

CORE-17189

Co-authored-by: Thomas Faber <thomas.faber@reactos.org>
2020-09-07 04:57:17 +03:00
..
adapter.c
arcname.c
bootlog.c [NTOSKRNL] Place INIT_FUNCTION before the return type (#2823) 2020-05-23 15:56:10 +02:00
controller.c
device.c [NTOS:IO] Fix indentation. No code changes! 2020-03-21 14:32:18 +01:00
deviface.c
driver.c [NTOS:IO] Enumerate devices only inside the PipDeviceActionWorker 2020-08-21 08:02:26 +03:00
error.c
file.c
iocomp.c
ioevent.c
iofunc.c
iomdl.c
iomgr.c [NTOS:IO] Enumerate devices only inside the PipDeviceActionWorker 2020-08-21 08:02:26 +03:00
iorsrce.c
iotimer.c
iowork.c
irp.c [NTOS:IO] Fix IRP stack location check in IoForwardIrpSynchronously 2020-09-07 04:57:17 +03:00
irq.c
ramdisk.c [NTOS:IO] Enumerate devices only inside the PipDeviceActionWorker 2020-08-21 08:02:26 +03:00
rawfs.c
remlock.c
symlink.c
util.c
volume.c