MemAfterReqCompletedIntIoctl 規則 (kmdf)
MemAfterReqCompletedIntIoctl 規則會指定在 EvtIoInternalDeviceControl 回呼函式內,無法在 I/O 要求完成之後存取架構記憶體物件。
在驅動程式的 EvtIoInternalDeviceControl 回呼函式內, 呼叫 WdfRequestRetrieveInputMemory 或 WdfRequestRetrieveOutputMemory 方法所擷取的架構記憶體物件,無法在呼叫 WdfRequestComplete、WdfRequestCompleteWithInformation 或 WdfRequestCompleteWithPriorityBoost 之後存取。
此規則會考慮下列兩種記憶體存取方法:
WdfRequestRetrieveInputMemoryWdfRequestRetrieveOutputMemory
驅動程式模型:KMDF
測試方法
在編譯時期 |
---|
執行 靜態驅動程序驗證器 ,並指定 MemAfterReqCompletedIntIoctl 規則。 使用下列步驟來執行程式碼的分析:如需詳細資訊,請參閱 使用靜態驅動程式驗證器尋找驅動程式中的瑕疵。 |
適用於
WdfRequestComplete WdfRequestCompleteWithInformationWdfRequestCompleteWithPriorityBoostWdfRequestRetrieveInputMemory WdfRequestRetrieveOutputMemory