Bill Zissimopoulos a482183149 sys: FspPropagateTopFlags: check TopLevelIrp not completed
Add a check to verify that the TopLevelIrp has not been completed. This
became necessary because on recent Windows kernels, IRP's can have "IRP
extensions", which are freed when an IRP is completed. This can trigger
a recursive CLOSE with a top-level IRP that has been completed, which
can bugcheck the system.

Case in point: the new (Win11) NtCopyFileChunk creates IRP's with
COPY_INFORMATION attached. Upon completion of such an IRP the
SourceFileObject is freed, which results in a recursive IRP_MJ_CLOSE
with a completed top-level IRP, which would lead to a BSOD.
2023-08-29 13:15:37 +01:00
..
2022-01-07 17:30:49 +00:00
2022-06-09 14:28:31 +01:00
2022-01-07 17:30:49 +00:00
2022-05-17 17:25:18 +01:00
2022-09-04 16:58:38 +01:00
2022-08-18 11:05:45 +01:00
2022-10-02 17:49:47 +01:00
2022-01-07 17:30:49 +00:00
2022-01-07 17:30:49 +00:00
2023-02-24 12:02:03 +00:00
2022-01-07 17:30:49 +00:00
2016-11-10 11:44:26 -08:00
2022-01-07 17:30:49 +00:00
2022-05-17 17:25:18 +01:00
2022-01-07 17:30:49 +00:00
2022-01-07 17:30:49 +00:00
2022-06-27 17:28:24 +01:00
2022-01-07 17:30:49 +00:00
2015-11-17 16:07:46 -08:00
2022-08-18 11:05:45 +01:00
2022-03-20 20:31:54 +00:00
2022-01-07 17:30:49 +00:00
2022-01-07 17:30:49 +00:00
2022-01-07 17:30:49 +00:00
2022-09-10 16:23:14 +01:00
2022-01-07 17:30:49 +00:00
2022-06-02 13:09:40 +01:00
2021-04-12 17:47:34 -07:00
2022-01-07 17:30:49 +00:00
2022-10-02 20:10:32 +01:00
2022-01-07 17:30:49 +00:00
2022-03-20 20:31:54 +00:00