]> xenbits.xensource.com Git - pvdrivers/win/xencons.git/commit
Cancel all outstanding IRPs in StreamDestroy
authorOwen Smith <owen.smith@citrix.com>
Tue, 29 Aug 2017 11:05:02 +0000 (12:05 +0100)
committerPaul Durrant <paul.durrant@citrix.com>
Tue, 29 Aug 2017 11:05:02 +0000 (12:05 +0100)
commitca5408e755cf5553c5ca7d16e589adfb07f54c09
tree708878b88777dae1409799ee588a385e600c223a
parent571358be46cbd8d35147e7d31cefb3084b4634e6
Cancel all outstanding IRPs in StreamDestroy

After IRP_MJ_CLEANUP completes, all outstanding IRPs (for that FileObject)
are cancelled. This would attempt to use the cancel safe queue and list
which are now zeroed, and lead to a 0xCC Bugcheck.

Signed-off-by: Owen Smith <owen.smith@citrix.com>
src/xencons/stream.c