Regola MemAfterReqCompletedIntIoctl (kmdf)
La regola MemAfterReqCompletedIntIoctl specifica che all'interno della funzione di callback EvtIoInternalDeviceControl non è possibile accedere all'oggetto memoria del framework dopo il completamento della richiesta di I/O.
All'interno della funzione di callback EvtIoInternalDeviceControl del driver, non è possibile accedere all'oggetto memoria del framework recuperato chiamando i metodi WdfRequestRetrieveInputMemory o WdfRequestRetrieveOutputMemory dopo aver chiamato WdfRequestComplete, WdfRequestCompleteWithInformation o WdfRequestCompleteWithPriorityBoost nella richiesta di I/O.
Questa regola considera i due metodi di accesso alla memoria seguenti:
WdfRequestRetrieveInputMemoryWdfRequestRetrieveOutputMemory
Modello di driver: KMDF
Come eseguire il test
In fase di compilazione |
---|
Eseguire Static Driver Verifier e specificare la regola MemAfterReqCompletedIntIoctl . Per eseguire un'analisi del codice, seguire questa procedura:
Per altre informazioni, vedere Using Static Driver Verifier to Find Defects in Drivers.For more information, see Using Static Driver Verifier to Find Defects in Drivers. |
Si applica a
WdfRequestComplete WdfRequestCompleteWithInformationWdfRequestCompleteWithPriorityBoostWdfRequestRetrieveInputMemoryWdfRequestRetrieveOutputMemory