From 71da3b771a09fc638967c08cdf68b66f1cc0f6cd Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Sat, 29 Sep 2012 16:41:34 +0000 Subject: [PATCH] [LAN] 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 --- reactos/drivers/network/lan/lan/lan.c | 1 + 1 file changed, 1 insertion(+) diff --git a/reactos/drivers/network/lan/lan/lan.c b/reactos/drivers/network/lan/lan/lan.c index a2dabf73097..39494eded46 100644 --- a/reactos/drivers/network/lan/lan/lan.c +++ b/reactos/drivers/network/lan/lan/lan.c @@ -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)