Add a "comment" that will notify whoever wants to compile this poc, to move the IoCompleteRequest out of the SEH block.

svn path=/trunk/; revision=57435
This commit is contained in:
Timo Kreuzer 2012-09-29 16:41:34 +00:00
parent 3534c3f9cc
commit 71da3b771a

View file

@ -313,6 +313,7 @@ ProtocolTransferDataComplete(
LA_DbgPrint(MID_TRACE,("Bytes returned %d\n",
ReadIrp->IoStatus.Information));
#error move this out of SEH!
IoCompleteRequest(ReadIrp, IO_NETWORK_INCREMENT);
}
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)